🔥 移除 gitee 同步 actions

This commit is contained in:
Sitoi 2021-03-11 09:12:29 +08:00
parent ba396dade6
commit 9b9821570e
2 changed files with 0 additions and 24 deletions

View File

@ -1,8 +1,5 @@
name: 发布文档
on:
# push:
# branches:
# - main
workflow_dispatch:
jobs:
deploy:

View File

@ -1,21 +0,0 @@
name: "Gitee 同步"
on:
push:
branches:
- main
jobs:
run:
name: Gitee 同步
runs-on: ubuntu-latest
steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: github/sitoi
dst: gitee/sitoi
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
white_list: "dailycheckin"
account_type: user