More work
This commit is contained in:
parent
a188c6f780
commit
5439d4ccec
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ variables:
|
||||||
build and deploy:
|
build and deploy:
|
||||||
script:
|
script:
|
||||||
- gem install atom-tools
|
- gem install atom-tools
|
||||||
|
- gem install jekyll-tagging
|
||||||
- jekyll build --destination /tmp/build
|
- jekyll build --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/
|
||||||
|
|
Reference in a new issue