Compare commits
1 commit
6ac5622897
...
42c41b2244
| Author | SHA1 | Date | |
|---|---|---|---|
| 42c41b2244 |
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ pipeline:
|
||||||
# Slate requires a specific directory to run in
|
# Slate requires a specific directory to run in
|
||||||
directory: '/srv/slate'
|
directory: '/srv/slate'
|
||||||
commands:
|
commands:
|
||||||
- mv "$CI_WORKSPACE/docs/api" source
|
- echo "$PWD"
|
||||||
|
- mv "$CI_WORKSPACE/docs/api" /srv/slate/source
|
||||||
- bundle exec middleman build --clean --watcher-disable
|
- bundle exec middleman build --clean --watcher-disable
|
||||||
- mv build "$CI_WORKSPACE/docs/api-build"
|
- mv build "$CI_WORKSPACE/docs/api-build"
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue