Skip to content

Commit 2118304

Browse files
authored
Update pages.yml to fix JavaDoc generation path
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent 151e456 commit 2118304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload JavaDocs as a build artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: java-compiler-testing/target/apidocs
38+
path: java-compiler-testing/target/reports/apidocs
3939

4040
- name: Deploy JavaDocs build artifact to GitHub Pages
4141
id: snapshot-javadocs

0 commit comments

Comments
 (0)