ci: 添加GiteePages重新部署的step

This commit is contained in:
ZiuChen 2022-08-16 08:49:49 +08:00
parent 8536c2e09f
commit fd94104e09

View File

@ -47,3 +47,9 @@ jobs:
folder: docs/.vuepress/dist
branch: gh-pages
# ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
- name: Gitee Pages Reload
uses: mizuka-wu/gitee-pages-action@v1.0.0
with:
repository: ZiuChen/ZiuChen.github.io
cookie: ${{ secrets.GITEE_COOKIE }}