We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32201d1 + 01495a6 commit 237ac3dCopy full SHA for 237ac3d
.github/workflows/githubpages.yaml
@@ -26,7 +26,7 @@ jobs:
26
arguments: -Pversion=${{ github.event.release.tag_name }} dokkaHtmlMultiModule
27
28
- name: Deploy to gh-pages
29
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_dir: ./build/dokka/htmlMultiModule
0 commit comments