diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index c4dd55ad..5ac13519 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -64,17 +64,7 @@ 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