mkdir
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
sneakers-the-rat 2022-11-18 01:31:27 -08:00
parent 3688e6a697
commit e61a9b95d3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pipeline:
privileged: true
commands:
- chmod -R a+w .
- "[[ -d dir ]] || mkdir /var/www/pages/index"
- "[[ -d /var/www/pages/index ]] || mkdir /var/www/pages/index"
- chmod -R a+w /var/www/pages/index
- bundle install
- bundle exec jekyll build -d /var/www/pages/index