Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

template: port pkuthss aec9080 and a179ca0 #31

template: port pkuthss aec9080 and a179ca0

template: port pkuthss aec9080 and a179ca0 #31

Workflow file for this run

name: Sync To Gitee
on:
push:
branches:
- master
concurrency:
group: "sync-to-gitee"
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: howardlau1999/repository-mirroring-action@main
with:
target_repo_url:
[email protected]:howardlau/sysu-thesis-typst.git
ssh_private_key:
${{ secrets.GITEE_RSA_PRIVATE_KEY }}