Skip to content

Commit 0b43a80

Browse files
committed
try update javaoc.yml
1 parent 31a31a7 commit 0b43a80

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/javadoc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# branches: main
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
javadoc:
1013
runs-on: ubuntu-latest
@@ -30,7 +33,7 @@ jobs:
3033
run: mvn javadoc:javadoc
3134

3235
- name: Deploy JavaDoc
33-
uses: JamesIves/github-pages-deploy-action@v4.6.8
36+
uses: JamesIves/github-pages-deploy-action@v4
3437
with:
3538
token: ${{ secrets.GITHUB_TOKEN }}
3639
folder: target/reports/apidocs

0 commit comments

Comments
 (0)