Trying to get mdbooks to build.
This commit is contained in:
parent
86dfe456fd
commit
a56977f4c5
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,12 @@ kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: fetch git submodules
|
||||||
|
image: node:15-alpine3.12
|
||||||
|
commands:
|
||||||
|
- apk add git
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: chown repo
|
- name: chown repo
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:1.47.0
|
||||||
|
@ -22,6 +28,7 @@ steps:
|
||||||
- name: check documentation build
|
- name: check documentation build
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:1.47.0
|
||||||
commands:
|
commands:
|
||||||
|
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization --rev d06249b
|
||||||
- mdbook build docs/
|
- mdbook build docs/
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
|
|
Loading…
Reference in a new issue