Skip to content

内容:针对 xxxk v2.0.3 的更新。 #7

内容:针对 xxxk v2.0.3 的更新。

内容:针对 xxxk v2.0.3 的更新。 #7

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"