Skip to content

Merged PR 1907: fix hugo reference #234

Merged PR 1907: fix hugo reference

Merged PR 1907: fix hugo reference #234

Workflow file for this run

name: Sync2Gitee
on:
push:
branches:
- main # Set a branch to deploy
jobs:
Sync-To-Gitee:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
# 来源仓库
source-repo: "[email protected]:SmartIDE/SmartIDE.git"
# 目标仓库
destination-repo: "[email protected]:smartide/SmartIDE.git"