更新工作流

This commit is contained in:
SuperManito
2023-05-06 23:05:28 +08:00
parent 0a916e5fd7
commit 734e12d8b4
2 changed files with 2 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
# 通过 Github actions 在 Github 仓库的每一次 commit 后自动同步到 Gitee
name: Github > Gitee
name: Sync to Gitee
on:
push:
branches:
@@ -15,12 +14,10 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: sync github -> gitee
uses: Yikun/hub-mirror-action@master
if: env.dst_key && env.dst_token && env.gitee_user
with:
src: github/SuperManito
dst: gitee/SuperManito
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}

View File

@@ -1,4 +1,4 @@
name: build-docs
name: Build docs website
on:
push:
branches: