This commit is contained in:
parent
dd887ecd86
commit
fb0b3e8b67
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ steps:
|
|||
- sed -i -e 's/dl-[0-9]/dl-cdn/' /etc/apk/repositories
|
||||
- apk update
|
||||
- apk add rsync
|
||||
- gem install atom-tools jekyll-tagging jekyll-itafroma-archive jekyll-archives
|
||||
- gem install atom-tools jekyll-tagging jekyll-itafroma-archive jekyll-archives==2.2.1
|
||||
- jekyll build --destination /tmp/build
|
||||
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
||||
- rsync -rlpgoD /assets /tmp/build/
|
||||
|
|
Reference in a new issue