This commit is contained in:
Super Manito
2025-11-29 18:05:09 +08:00
parent de858b4847
commit 02a8949ac6
9 changed files with 1829 additions and 14 deletions

View File

@@ -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

View File

@@ -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