chore: Fixed some ci issues
This commit is contained in:
3
.github/workflows/deploy_book.yml
vendored
3
.github/workflows/deploy_book.yml
vendored
@@ -20,7 +20,6 @@ jobs:
|
||||
mdbook-version: '0.4.10'
|
||||
# mdbook-version: 'latest'
|
||||
|
||||
- run: cd ./book
|
||||
- run: mdbook build
|
||||
|
||||
- name: Deploy
|
||||
@@ -28,4 +27,4 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./book
|
||||
publish_dir: ./src/book
|
||||
Reference in New Issue
Block a user