Again
This commit is contained in:
parent
0def5e56a8
commit
1e65f8dfc0
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build and deploy
|
- name: build and deploy
|
||||||
image: einar/jekyll:latest
|
image: einar/jekyll:
|
||||||
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- jekyll build --destination /tmp/build
|
- jekyll build --destination /tmp/build
|
||||||
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
||||||
|
|
Reference in a new issue