parent
03fba7d6c8
commit
4fad5dc77a
@ -3,8 +3,7 @@ pipeline:
|
|||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz
|
- 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
|
- ./hugo -D -E -F --theme geeklab
|
||||||
theme: geeklab
|
|
||||||
when:
|
when:
|
||||||
branch: draft
|
branch: draft
|
||||||
event: push
|
event: push
|
||||||
@ -13,7 +12,7 @@ pipeline:
|
|||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -q -O - | tar -xz
|
- 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:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
Reference in New Issue
Block a user