Skip to content

Commit 4879a71

Browse files
Update peaceiris/actions-gh-pages action to v4
| datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | peaceiris/actions-gh-pages | v3 | v4 |
1 parent 40f00d3 commit 4879a71

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
@@ -19,7 +19,7 @@ jobs:
1919
arguments: -Pversion=${{ github.event.release.tag_name }} dokkaHtml
2020

2121
- name: Deploy to gh-pages
22-
uses: peaceiris/actions-gh-pages@v3
22+
uses: peaceiris/actions-gh-pages@v4
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
publish_dir: ./docs

0 commit comments

Comments
 (0)