Skip to content

Commit

Permalink
chore: 自动部署 gitee pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Mar 27, 2021
1 parent 7acce66 commit 5508494
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
with:
target_repo_url: [email protected]:fjc0k/yapi-to-typescript.git
ssh_private_key: ${{ secrets.GITEE_SSH_KEY }}
- uses: yanglbme/gitee-pages-action@main
with:
gitee-username: fjc0k
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: fjc0k/yapi-to-typescript
branch: gh-pages
https: true

0 comments on commit 5508494

Please sign in to comment.