Skip to content
Snippets Groups Projects
Commit 2500ad34 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Update .gitlab-ci.yml

parent 1066684f
No related branches found
No related tags found
2 merge requests!55Update .gitlab-ci.yml,!54Resolve "Restructure Project Directory Structure"
Pipeline #52748 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment