Compare commits
1 Commits
0497c137bd
...
16a26421b8
Author | SHA1 | Date |
---|---|---|
|
16a26421b8 |
|
@ -22,10 +22,11 @@ pipeline:
|
||||||
|
|
||||||
slate-docs:
|
slate-docs:
|
||||||
image: 'slatedocs/slate'
|
image: 'slatedocs/slate'
|
||||||
|
pull: true
|
||||||
group: 'generate'
|
group: 'generate'
|
||||||
commands:
|
commands:
|
||||||
- cd docs/api
|
- cd docs/api
|
||||||
- bundle exec middleman build --clean
|
- /srv/slate/slate.sh build
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
image: 'alpine'
|
image: 'alpine'
|
||||||
|
|
Loading…
Reference in New Issue