Skip to content

Commit 5b2b55f

Browse files
committed
fix javadoc.yml
1 parent 4ce1d5d commit 5b2b55f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/javadoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload Pages Artifact
4646
uses: actions/upload-pages-artifact@v4
4747
with:
48-
path: target/site/apidocs
48+
path: target/reports/apidocs
4949

5050
update-gh-pages:
5151
name: Update gh-pages
@@ -68,7 +68,7 @@ jobs:
6868
6969
rm -rf "gh-pages/${VERSION_DIR}"
7070
mkdir -p "gh-pages/${VERSION_DIR}"
71-
cp -r target/site/apidocs/* "gh-pages/${VERSION_DIR}/"
71+
cp -r target/reports/apidocs/* "gh-pages/${VERSION_DIR}/"
7272
7373
- name: Regenerate multi-version index.html
7474
run: |

0 commit comments

Comments
 (0)