Final
This commit is contained in:
parent
eef1c125c7
commit
3b64a6eff9
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ variables:
|
|||
|
||||
build and deploy:
|
||||
script:
|
||||
- apk update
|
||||
- apk add rsync
|
||||
- gem install atom-tools jekyll-tagging jekyll-itafroma-archive jekyll-archives
|
||||
- jekyll build --destination /tmp/build
|
||||
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
||||
|
|
Reference in a new issue