mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-03 14:50:43 +00:00
change mdbook paths
This commit is contained in:
parent
c761ea92b6
commit
8f76c3ab57
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ build:
|
||||||
rust: latest
|
rust: latest
|
||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
- cargo install mdbook
|
- cargo install mdbook --root .
|
||||||
build:
|
build:
|
||||||
html:
|
html:
|
||||||
- mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html
|
- ./mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue