This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch fix_GHAW_manual-javadoc.yml in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit d9539b051a485e2c583ba99a6735c4a14fbc400b Author: Lee Rhodes <[email protected]> AuthorDate: Wed Dec 18 18:28:23 2024 -0800 Fix two minor errors in the GHA javadoc workflow --- .github/workflows/manual-javadoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-javadoc.yml b/.github/workflows/manual-javadoc.yml index 5f6ac6ae..e65824e7 100644 --- a/.github/workflows/manual-javadoc.yml +++ b/.github/workflows/manual-javadoc.yml @@ -25,12 +25,12 @@ jobs: cat .github/workflows/manual-javadoc.yml - name: Generate JavaDoc - run: mvn javadoc:javadoc + run: mvn clean javadoc:javadoc - name: Deploy JavaDoc uses: JamesIves/[email protected] with: token: ${{ secrets.GITHUB_TOKEN }} - folder: target/site/apidocs + folder: target/reports/apidocs target-folder: docs/${{ github.ref_name }} branch: gh-pages --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
