Skip to content

Commit

Permalink
Update pages.yml to fix JavaDoc generation path
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes authored Sep 1, 2024
1 parent 151e456 commit 2118304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload JavaDocs as a build artifact
uses: actions/upload-pages-artifact@v3
with:
path: java-compiler-testing/target/apidocs
path: java-compiler-testing/target/reports/apidocs

- name: Deploy JavaDocs build artifact to GitHub Pages
id: snapshot-javadocs
Expand Down

0 comments on commit 2118304

Please sign in to comment.