chore(deps): use peaceiris/actions-gh-pages@v4
This commit is contained in:
parent
d4213cec13
commit
1660fcf4e2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
publish_dir: ./dist
|
publish_dir: ./dist
|
||||||
|
Loading…
Reference in New Issue
Block a user