This commit is contained in:
parent
761263aa04
commit
593e5596b2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
image: einar/jekyll
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- jekyll build --debug --destination /tmp/build
|
||||
- jekyll build --trace --destination /tmp/build
|
||||
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
||||
- rsync -rlpgoD /assets /tmp/build/
|
||||
- rsync -rlpgoD /tmp/build/ $WEBROOT/
|
||||
|
|
Reference in a new issue