Skip to content

deploy: c3b4c04b2038f8b8c3971a65d2cdc1afef59bf26 #9

deploy: c3b4c04b2038f8b8c3971a65d2cdc1afef59bf26

deploy: c3b4c04b2038f8b8c3971a65d2cdc1afef59bf26 #9

Workflow file for this run

name: gitee
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://gitee.com/readthe/store-docs.git
target-username: ${{ secrets.USERNAME }}
target-token: ${{ secrets.ACCESS_TOKEN }}
- uses: wangchucheng/[email protected]
with:
target-url: https://gitee.com/chatopera/store-docs.git
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: readthe/store-docs
branch: gh-pages