Skip to content

Use GB/T 7714 bib style for bachelor #11

Use GB/T 7714 bib style for bachelor

Use GB/T 7714 bib style for bachelor #11

Workflow file for this run

name: Sync to LUG git
on:
push:
branches:
- master
jobs:
sync:
name: Sync
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.lug.ustc.edu.cn/ustctug/ustcthesis.git'
GIT_USERNAME: ${{ secrets.GIT_LUG_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_LUG_PASSWORD }}