forked from vieter-v/vieter
fix(ci): lock slate version
parent
a3a83a94ae
commit
beae2cebd2
|
@ -21,8 +21,9 @@ pipeline:
|
||||||
- make api-docs
|
- make api-docs
|
||||||
|
|
||||||
slate-docs:
|
slate-docs:
|
||||||
image: 'slatedocs/slate'
|
image: 'slatedocs/slate:v2.13.0'
|
||||||
group: 'generate'
|
group: 'generate'
|
||||||
|
# Slate requires a specific directory to run in
|
||||||
commands:
|
commands:
|
||||||
- cd docs/api
|
- cd docs/api
|
||||||
- bundle exec middleman build --clean
|
- bundle exec middleman build --clean
|
||||||
|
|
Loading…
Reference in New Issue