Skip to content

Commit

Permalink
feat(gitee): 增加自动触发 gitee 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Feb 8, 2021
1 parent f86de34 commit df63bb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/giteee.yml
Expand Up @@ -13,3 +13,11 @@ jobs:
with:
source-repo: git@github.com:Kaiyiwing/qwerty-learner.git
destination-repo: git@gitee.com:KaiyiWing/qwerty-learner.git

- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: KaiyiWing
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: qwerty-learner
branch: gh-pages

0 comments on commit df63bb4

Please sign in to comment.