We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce1d5d commit 5b2b55fCopy full SHA for 5b2b55f
1 file changed
.github/workflows/javadoc.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Upload Pages Artifact
46
uses: actions/upload-pages-artifact@v4
47
with:
48
- path: target/site/apidocs
+ path: target/reports/apidocs
49
50
update-gh-pages:
51
name: Update gh-pages
@@ -68,7 +68,7 @@ jobs:
68
69
rm -rf "gh-pages/${VERSION_DIR}"
70
mkdir -p "gh-pages/${VERSION_DIR}"
71
- cp -r target/site/apidocs/* "gh-pages/${VERSION_DIR}/"
+ cp -r target/reports/apidocs/* "gh-pages/${VERSION_DIR}/"
72
73
- name: Regenerate multi-version index.html
74
run: |
0 commit comments