Skip to content

uni, 2024-02-08 17:18:53 #84

uni, 2024-02-08 17:18:53

uni, 2024-02-08 17:18:53 #84

Workflow file for this run

name: github to gitee
on:
push:
branches:
- main
jobs:
docs-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: sync-gitee-mirror
uses: abersheeran/sync-gitee-mirror@v1-beta
with:
repository: yzqdev/mild-blog
username: yzqdev
password: ${{ secrets.PASSWORD }}