Skip to content

Commit f39d3cb

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 3f1ebaf commit f39d3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Generate Documentation
7070
run: ./gradlew dokkaGenerate
7171
- name: Publish Documentation
72-
uses: peaceiris/actions-gh-pages@v3.9.3
72+
uses: peaceiris/actions-gh-pages@v4.0.0
7373
with:
7474
publish_dir: ./build/dokka/html
7575
deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}

0 commit comments

Comments
 (0)