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 e12b6ec commit bef6515Copy full SHA for bef6515
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Generate Documentation
71
run: ./gradlew dokkaGenerate
72
- name: Publish Documentation
73
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
74
with:
75
publish_dir: ./build/dokka/html
76
deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}
0 commit comments