We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a31a7 commit 0b43a80Copy full SHA for 0b43a80
1 file changed
.github/workflows/javadoc.yml
@@ -5,6 +5,9 @@ on:
5
# branches: main
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
javadoc:
13
runs-on: ubuntu-latest
@@ -30,7 +33,7 @@ jobs:
30
33
run: mvn javadoc:javadoc
31
34
32
35
- name: Deploy JavaDoc
- uses: JamesIves/github-pages-deploy-action@v4.6.8
36
+ uses: JamesIves/github-pages-deploy-action@v4
37
with:
38
token: ${{ secrets.GITHUB_TOKEN }}
39
folder: target/reports/apidocs
0 commit comments