Skip to content
Snippets Groups Projects

Resolve "Unmarshal JSON with ygot"

Merged Ghost User requested to merge 61-unmarshal-json-with-ygot into v.0.1.0-codename-threadbare
13 files
+ 17
245
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -18,23 +18,20 @@ documentation:pdf:
- documentation/design/documentation.pdf
.mdbook_common: &rust
before_script:
- cargo install mdbook
image:
name: rust:latest
image:
name: $CI_REGISTRY/danet/internetworking/mdbook:latest
entrypoint:
- ''
stage: deploy
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
Loading