fix(ci): correct image for generating slate docs
Some checks failed
ci/woodpecker/pr/test Pipeline is pending
ci/woodpecker/pr/docs Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/docker unknown status
ci/woodpecker/pr/man unknown status
ci/woodpecker/pr/build Pipeline failed

This commit is contained in:
Jef Roosens 2023-02-15 21:02:50 +01:00
parent a3a83a94ae
commit af47299fca

View file

@ -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 - bundle exec middleman build --clean --watcher-disable
archive: archive:
image: 'alpine' image: 'alpine'