Skip to content

Commit 0791f33

Browse files
authored
Merge pull request #5 from Magic-Man-us/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 8c75b2c + 6b22544 commit 0791f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Deploy to GitHub Pages
159159
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
160-
uses: peaceiris/actions-gh-pages@v3
160+
uses: peaceiris/actions-gh-pages@v4
161161
with:
162162
github_token: ${{ secrets.GITHUB_TOKEN }}
163163
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)