Skip to content

Merge branch 'main' of https://github.com/luoyunchong/igeekfan-docs #65

Merge branch 'main' of https://github.com/luoyunchong/igeekfan-docs

Merge branch 'main' of https://github.com/luoyunchong/igeekfan-docs #65

Workflow file for this run

name: Sync to Git Mirror
on:
push:
branches:
- main
- gh-pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Git Mirror 💕
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: "git@github.com:luoyunchong/igeekfan-docs.git"
destination-repo: "git@gitee.com:igeekfan/igeekfan-docs.git"
# - name: Build Gitee Pages
# uses: yanglbme/gitee-pages-action@main
# with:
# gitee-username: igeekfan
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
# gitee-repo: igeekfan/igeekfan-docs
# branch: gh-pages