fix(ci): correct image for generating slate docs
parent
a3a83a94ae
commit
af47299fca
|
@ -22,10 +22,11 @@ pipeline:
|
|||
|
||||
slate-docs:
|
||||
image: 'slatedocs/slate'
|
||||
pull: true
|
||||
group: 'generate'
|
||||
commands:
|
||||
- cd docs/api
|
||||
- bundle exec middleman build --clean
|
||||
- bundle exec middleman build --clean --watcher-disable
|
||||
|
||||
archive:
|
||||
image: 'alpine'
|
||||
|
|
Loading…
Reference in New Issue