mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Revert "Simplify docs build"
This reverts commit b259275dc44e071f4662aa6eb977ff8ad9c3e1af
This commit is contained in:
parent
1c7df84de1
commit
16718eb155
@ -64,7 +64,17 @@ docs:
|
||||
- make merge-lgpl-docs
|
||||
- cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}
|
||||
- cargo rustdoc --verbose --package ostree --features dox -- ${RUSTDOC_OPTS}
|
||||
artifacts:
|
||||
paths:
|
||||
- target/doc
|
||||
|
||||
pages:
|
||||
stage: publish
|
||||
image: alpine
|
||||
before_script: []
|
||||
script:
|
||||
- cp -r target/doc public
|
||||
cache: {}
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
Reference in New Issue
Block a user