内容:针对 xxxk v2.0.3 的更新。 #7
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: Mirror this repo to Gitee and refresh Gitee pages # Gitee pages has been closed to personal users, so it can't be refresh actually | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
sync-and-refresh: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Mirror a repository using SSH | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:xkinput/xxxk-help.git" | |
destination-repo: "[email protected]:xkinput/xxxk-help.git" | |
# - name: Build Gitee Pages | |
# uses: yanglbme/gitee-pages-action@main | |
# with: | |
# gitee-username: "tswwe" | |
# gitee-password: ${{ secrets.GITEE_PASSWORD }} | |
# gitee-repo: "xkinput/xxxk-help" | |
# branch: "master" |