Skip to content

Commit 237ac3d

Browse files
authored
Merge pull request #3 from nomisRev/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 32201d1 + 01495a6 commit 237ac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubpages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arguments: -Pversion=${{ github.event.release.tag_name }} dokkaHtmlMultiModule
2727

2828
- name: Deploy to gh-pages
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v4
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./build/dokka/htmlMultiModule

0 commit comments

Comments
 (0)