mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-30 21:00:07 +00:00
📝 update doc
This commit is contained in:
parent
c74453d8ca
commit
ad2c52d72a
4 changed files with 25 additions and 8 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue