Skip to content
Snippets Groups Projects

V.0.1.0 Codename Threadbare

Closed Ghost User requested to merge v.0.1.0-codename-threadbare into master
2 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,8 +24,6 @@ documentation:pdf:
name: rustdocker/rust:stable
stage: documentation
script:
- pwd
- ls
- mdbook build documentation --dest-dir public
cache:
paths:
@@ -36,7 +34,7 @@ documentation:static:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
artifacts:
paths:
- public
- documentation/public
expire_in: 1 week
<<: *rust
Loading