forked from vieter-v/vieter
fix(ci): lock slate version
This commit is contained in:
parent
a3a83a94ae
commit
beae2cebd2
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue