mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-01-22 06:25:49 +08:00
优化
This commit is contained in:
4
.github/workflows/auto-sync.yml
vendored
4
.github/workflows/auto-sync.yml
vendored
@@ -21,6 +21,6 @@ jobs:
|
||||
src: github/SuperManito
|
||||
dst: gitee/SuperManito
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
static_list: "LinuxMirrors"
|
||||
force_update: true
|
||||
force_update: true
|
||||
|
||||
3
.github/workflows/build-docs.yml
vendored
3
.github/workflows/build-docs.yml
vendored
@@ -2,7 +2,7 @@ name: Build docs website
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- master
|
||||
- main
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -28,4 +28,5 @@ jobs:
|
||||
- run: pip install -r ./requirements.txt
|
||||
- run: cp -rvf ./ChangeMirrors.sh ./docs/main.sh
|
||||
- run: cp -rvf ./DockerInstallation.sh ./docs/docker.sh
|
||||
- run: cp -rvf ./DockerInstallationLite.sh ./docs/docker-lite.sh
|
||||
- run: mkdocs gh-deploy --force
|
||||
|
||||
Reference in New Issue
Block a user