Skip to content

Commit c408cbe

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 5b3a464 commit c408cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn build
2424
- name: Deploy
2525
if: ${{ github.event_name == 'push' }}
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: ./build

0 commit comments

Comments
 (0)