Skip to content

Commit

Permalink
Sync gh-pages for all gitee sites
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Oct 27, 2023
1 parent 57e4d22 commit 944362b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ jobs:
target-username: ${{ secrets.USERNAME }}
target-token: ${{ secrets.ACCESS_TOKEN }}

- uses: yanglbme/gitee-pages-action@main
with:
gitee-username: ${{ secrets.USERNAME }}
gitee-password: ${{ secrets.GITEE_USER_PASSWORD }}
gitee-repo: cskefu/docs
branch: gh-pages

- uses: yanglbme/gitee-pages-action@main
with:
gitee-username: ${{ secrets.USERNAME }}
gitee-password: ${{ secrets.GITEE_USER_PASSWORD }}
gitee-repo: readthe/cskefu-docs
branch: gh-pages
branch: gh-pages

0 comments on commit 944362b

Please sign in to comment.