chore: Fixed some ci issues
This commit is contained in:
parent
d7c9fa0fd1
commit
af9474edf9
|
@ -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
|
Loading…
Reference in New Issue