chore: Fixed some ci issues
This commit is contained in:
5
.github/workflows/deploy_book.yml
vendored
5
.github/workflows/deploy_book.yml
vendored
@@ -4,7 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- book
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -26,4 +29,4 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./src/book
|
||||
publish_dir: ./book
|
||||
Reference in New Issue
Block a user