diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 98f5060..9c9caaf 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -22,10 +22,11 @@ pipeline: slate-docs: image: 'slatedocs/slate' + pull: true group: 'generate' commands: - cd docs/api - - bundle exec middleman build --clean + - /srv/slate/slate.sh build archive: image: 'alpine'