📝 update doc

This commit is contained in:
liam
2025-02-13 17:16:27 +08:00
parent c74453d8ca
commit ad2c52d72a
4 changed files with 25 additions and 8 deletions

View File

@@ -4,12 +4,12 @@ on:
push:
branches:
- main
- server_support
# - server_support
pull_request:
branches:
- main
- server_support
# - server_support
jobs:
test:
name: test

View File

@@ -42,7 +42,8 @@ jobs:
# ci/copy-assets.sh ${{ matrix.os }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }} or || github.ref == 'refs/heads/server_support'
# or || github.ref == 'refs/heads/server_support'
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book