Another fix
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3dd86ad40c
commit
c0f45d1cb6
1 changed files with 1 additions and 7 deletions
|
@ -3,14 +3,8 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build and deploy
|
||||
image: jekyll/jekyll:2.5.3
|
||||
image: einar/jekyll:latest
|
||||
commands:
|
||||
- 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
|
||||
- gem install jekyll-watch -v 1.5.1
|
||||
- gem install jekyll-archives -v 2.0.0
|
||||
- jekyll build --destination /tmp/build
|
||||
- rsync -rlpgoD /releases/ /tmp/build/releases/
|
||||
- rsync -rlpgoD /assets /tmp/build/
|
||||
|
|
Reference in a new issue