drone: fix yaml
the build was successful Details

This commit is contained in:
Robert Kaussow 2018-12-20 10:19:03 +01:00
parent 03fba7d6c8
commit 4fad5dc77a
1 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,7 @@ pipeline:
image: alpine
commands:
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz
- ./hugo -D -E -F
theme: geeklab
- ./hugo -D -E -F --theme geeklab
when:
branch: draft
event: push
@ -13,7 +12,7 @@ pipeline:
image: alpine
commands:
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz
- ./hugo -F
- ./hugo -F --theme geeklab
when:
branch: master
event: push