Skip to content

Commit d75da68

Browse files
committed
Fix JavaDocs workflow
It looks like something changed where JavaDocs is now storing the results in the target/reports directory rather than the target/site directory. This updates the docs workflow to point to the correct directory.
1 parent 4204012 commit d75da68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: ./target/site/apidocs
32+
publish_dir: ./target/reports/apidocs

0 commit comments

Comments
 (0)