docs: stop generating docs for dependencies

This commit is contained in:
Bilal Elmoussaoui 2021-02-28 15:10:29 +00:00
parent abb3c6b61b
commit a869c46211

View file

@ -25,7 +25,7 @@ pages:
- cargo run --release -- -c ./libhandy/Gir.toml -d ./gir-files --doc-target-path docs.md -m doc
- cargo install rustdoc-stripper
- /root/.cargo/bin/rustdoc-stripper -g -o ./libhandy/docs.md
- cargo doc -p libhandy --all-features
- cargo doc -p libhandy --all-features --no-deps
- mv target/doc/ public
artifacts:
paths: