We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151e456 commit 2118304Copy full SHA for 2118304
.github/workflows/pages.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Upload JavaDocs as a build artifact
36
uses: actions/upload-pages-artifact@v3
37
with:
38
- path: java-compiler-testing/target/apidocs
+ path: java-compiler-testing/target/reports/apidocs
39
40
- name: Deploy JavaDocs build artifact to GitHub Pages
41
id: snapshot-javadocs
0 commit comments