Skip to content

Commit ca8d309

Browse files
committed
ci: fix javadoc publish
1 parent 62fb7eb commit ca8d309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
branch: gh-pages
2424
clean: true
25-
folder: build/docs/javadoc
25+
folder: parse/build/docs/javadoc/release
2626
target-folder: api
2727
dry-run: true
2828
release:

.github/workflows/release-manual-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
branch: gh-pages
2626
clean: true
27-
folder: build/docs/javadoc
27+
folder: parse/build/docs/javadoc/release
2828
target-folder: api
2929
dry-run: true

0 commit comments

Comments
 (0)