Compare commits
1 Commits
b0c30c59eb
...
beae2cebd2
| Author | SHA1 | Date |
|---|---|---|
|
|
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