This is not going to build, ever
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3b7554193f
commit
3ae3c0c457
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
||||||
image: einar/jekyll
|
image: einar/jekyll
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- jekyll build --destination /tmp/build
|
- jekyll build --verbose --destination /tmp/build
|
||||||
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
||||||
- rsync -rlpgoD /assets /tmp/build/
|
- rsync -rlpgoD /assets /tmp/build/
|
||||||
- rsync -rlpgoD /tmp/build/ $WEBROOT/
|
- rsync -rlpgoD /tmp/build/ $WEBROOT/
|
||||||
|
|
Reference in a new issue