Fix docs build hopefully
This commit is contained in:
parent
cc95bfafda
commit
b6813b0d91
|
|
@ -42,7 +42,8 @@ libostree_nightly:
|
||||||
docs:
|
docs:
|
||||||
stage: docs
|
stage: docs
|
||||||
script:
|
script:
|
||||||
- cargo doc --verbose --features dox,lgpl-docs
|
- cd libostree
|
||||||
|
- cargo doc --verbose --features "dox lgpl-docs"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/doc
|
- target/doc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue