fix: add deploy branch gh-pages (#7598)

This commit is contained in:
Yang Libin 2020-11-21 17:48:29 +08:00 committed by GitHub
parent ffc32c3746
commit de10a2a956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
# 注意替换为你的 GitHub 源仓库地址
source-repo: 'git@github.com:youzan/vant.git'
source-repo: git@github.com:youzan/vant.git
# 注意替换为你的 Gitee 目标仓库地址
destination-repo: 'git@gitee.com:vant-contrib/vant.git'
destination-repo: git@gitee.com:vant-contrib/vant.git
- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@master
@ -28,3 +28,5 @@ jobs:
gitee-password: ${{ secrets.GITEE_PASSWORD }}
# 注意替换为你的 Gitee 仓库
gitee-repo: vant-contrib/vant
# 要部署的分支
branch: gh-pages