privileged
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
sneakers-the-rat 2022-11-18 01:04:32 -08:00
parent a72dbf3a00
commit 7d157cfb24

View file

@ -3,8 +3,9 @@ pipeline:
image: jekyll/jekyll image: jekyll/jekyll
privileged: true privileged: true
commands: commands:
- ls -al - chmod -R a+w .
- id
- bundle install
- bundle exec jekyll build -d /var/www/pages/index - bundle exec jekyll build -d /var/www/pages/index
volumes: volumes:
- /var/www/pages:/var/www/pages - /var/www/pages:/var/www/pages