Skip to content
Snippets Groups Projects
Commit 00559d82 authored by matu3ba's avatar matu3ba
Browse files

fix(CI): manual creation

parent 380a41cd
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,15 @@ link-check:
pages:
image: hrektts/mdbook
stage: deploy
cache:
key: linkcheck
paths:
- cargo/
- cargo/bin
before_script:
- test -x $CARGO_HOME/bin/mdbook-linkcheck || cargo install mdbook-linkcheck
script:
- PATH=$PATH:$CARGO_HOME/bin
- make manual
- mdbook build manual
- mv manual/book/html public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment