mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-20 06:18:59 +00:00
📝 update doc
This commit is contained in:
4
.github/workflows/book-ci.yml
vendored
4
.github/workflows/book-ci.yml
vendored
@@ -4,12 +4,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- server_support
|
||||
# - server_support
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- server_support
|
||||
# - server_support
|
||||
jobs:
|
||||
test:
|
||||
name: test
|
||||
|
||||
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user