Skip to content
Snippets Groups Projects
Commit 25a731be authored by Manuel Max Kieweg's avatar Manuel Max Kieweg
Browse files

Update .gitlab-ci.yml

parent 7e402785
Branches
Tags
3 merge requests!125Prepare merge develop,!84Draft: Resolve "Overhaul Architecture",!83Minutes 03.12 and new CI
Pipeline #55614 passed
......@@ -62,23 +62,20 @@ documentation:pdf:
- documentation/design/documentation.pdf
.mdbook_common: &rust
before_script:
- cargo install mdbook
image:
name: rust:latest
name: $CI_REGISTRY/danet/internetworking/mdbook:latest
entrypoint:
- ''
stage: documentation
script:
- mdbook build documentation --dest-dir public
cache:
paths:
- /root/.cargo/
documentation:static:
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
artifacts:
paths:
- documentation/public
- public
expire_in: 1 week
<<: *rust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment