fix job
This commit is contained in:
parent
281f7851b7
commit
914b843a7f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test_book.yml
vendored
4
.github/workflows/test_book.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
test_book:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write # To push a branch
|
||||
|
|
@ -27,6 +27,6 @@ jobs:
|
|||
- name: Test Book
|
||||
run: |
|
||||
cd book
|
||||
export CARGO_MANIFEST_DIR = $(pwd)
|
||||
export CARGO_MANIFEST_DIR=$(pwd)
|
||||
cargo build
|
||||
mdbook test -L target/debug/deps/
|
||||
|
|
|
|||
Loading…
Reference in a new issue