Commit 750a50ebfd343c72f6a5f0b0c303a801b83a97e3
1 parent
6d1adce4
chore: update ci
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
@@ -108,7 +108,7 @@ jobs: | @@ -108,7 +108,7 @@ jobs: | ||
108 | git push origin --delete gh-pages | 108 | git push origin --delete gh-pages |
109 | 109 | ||
110 | - name: Deploy | 110 | - name: Deploy |
111 | - uses: peaceiris/actions-gh-pages@v3 | 111 | + uses: peaceiris/actions-gh-pages@v2.5 |
112 | env: | 112 | env: |
113 | deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} | 113 | deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} |
114 | PUBLISH_BRANCH: gh-pages | 114 | PUBLISH_BRANCH: gh-pages |