This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch fix_target_directory_in_javadoc_wf in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit ad0269cb031822295fd34ca412a1b79e8e57a022 Author: Lee Rhodes <[email protected]> AuthorDate: Tue Jan 21 10:14:51 2025 -0800 Fix target directory in workflow back to /site/ --- .github/workflows/javadoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 19bafc77..d4251e94 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -34,6 +34,6 @@ jobs: uses: JamesIves/[email protected] with: token: ${{ secrets.GITHUB_TOKEN }} - folder: target/reports/apidocs + folder: target/site/apidocs target-folder: docs/${{ github.ref_name }} branch: gh-pages --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
