更改我的网站链接为迁移到 readthedocs 后的 #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sync_to_gitee | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync to gitee.com | |
uses: wearerequired/git-mirror-action@v1.2.0 | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }} | |
with: | |
source-repo: git@github.com:FeignClaims/question_board.git | |
destination-repo: git@gitee.com:cpp_tutorial/board.git |