Skip to content

Commit 0a2543d

Browse files
Update docs.yml
1 parent e4f0b8d commit 0a2543d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
uses: gradle/gradle-build-action@v2
2121
with:
2222
arguments: javadoc
23-
- name: Deploy
24-
uses: peaceiris/actions-gh-pages@v3
23+
- name: Upload artifact
24+
uses: actions/upload-pages-artifact@v1
2525
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./build/docs/javadoc
28-
allow_empty_commit: true
26+
path: './build/docs/javadoc'
27+
- name: Deploy to GitHub Pages
28+
id: deployment
29+
uses: actions/deploy-pages@main

0 commit comments

Comments
 (0)