woodpecker
This commit is contained in:
parent
bbf802793a
commit
9c32fc0231
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: jekyll/jekyll
|
||||||
|
commands:
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build -d /var/www/pages/index
|
||||||
|
volumes:
|
||||||
|
- /var/www/pages:/var/www/pages
|
Loading…
Reference in a new issue