Skip to content
Snippets Groups Projects

Mdbook

Merged Ghost User requested to merge mdbook into master
+ 3
3
@@ -64,10 +64,10 @@ documentation:static:
before_script:
- cargo install mdbook
image:
name: rust/latest
name: rust
stage: documentation
rules:
- if: $CI_DEFAULT_BRANCH
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
script:
- mdbook build documentation --dest-dir public
artifacts:
@@ -79,7 +79,7 @@ documentation:test:
before_script:
- cargo install mdbook
image:
name: rust/latest
name: rust
stage: documentation
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
Loading