mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Starting the book.
This commit is contained in:
2
.github/workflows/book.yml
vendored
2
.github/workflows/book.yml
vendored
@ -24,6 +24,6 @@ jobs:
|
||||
curl -sSL $url | tar -xz --directory=bin
|
||||
echo "$(pwd)/bin" >> $GITHUB_PATH
|
||||
- name: Run tests
|
||||
run: cd candle-book && mdbook test
|
||||
run: cd candle-book && cargo build && mdbook test -L ../target/debug/deps/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user