parent
3688e6a697
commit
e61a9b95d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue