ci: update

This commit is contained in:
ZiuChen 2022-07-26 11:13:12 +08:00
parent abc658008b
commit d078638610

View File

@ -42,9 +42,8 @@ jobs:
run: pnpm docs:build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
env:
repo: git@github.com:owner/repo.git
branch: gh-pages
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
folder: docs/.vuepress/dist
branch: gh-pages
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}