feat: 更新文档中的链接和环境要求,调整相关技术信息 #61
This file contains hidden or 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 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 |