Skip to content

Commit e375a8f

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 21010df commit e375a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Popular action to deploy to GitHub Pages:
2929
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
3030
- name: Deploy to GitHub Pages
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./build

0 commit comments

Comments
 (0)