We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1ebaf commit f39d3cbCopy full SHA for f39d3cb
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Generate Documentation
70
run: ./gradlew dokkaGenerate
71
- name: Publish Documentation
72
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
73
with:
74
publish_dir: ./build/dokka/html
75
deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}
0 commit comments