This commit is contained in:
parent
a72dbf3a00
commit
7d157cfb24
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ pipeline:
|
|||
image: jekyll/jekyll
|
||||
privileged: true
|
||||
commands:
|
||||
- ls -al
|
||||
- id
|
||||
- chmod -R a+w .
|
||||
|
||||
- bundle install
|
||||
- bundle exec jekyll build -d /var/www/pages/index
|
||||
volumes:
|
||||
- /var/www/pages:/var/www/pages
|
||||
|
|
Loading…
Reference in a new issue