diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bf8eb7e47f8d690f4db4f12946f95eb96a7299e..c8674346c3b3943afc4a532ae6c1bf5a4fdf759b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,8 +65,6 @@ documentation:pdf: name: rustdocker/rust:stable stage: documentation script: - - pwd - - ls - mdbook build documentation --dest-dir public cache: paths: @@ -77,7 +75,7 @@ documentation:static: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' artifacts: paths: - - public + - documentation/public expire_in: 1 week <<: *rust