Skip to content

Commit 2db439a

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 4035175 commit 2db439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Popular action to deploy to GitHub Pages:
4545
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
4646
- name: Deploy to GitHub Pages
47-
uses: peaceiris/actions-gh-pages@v3
47+
uses: peaceiris/actions-gh-pages@v4
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
# Build output to publish to the `gh-pages` branch:

0 commit comments

Comments
 (0)