homepage/.drone.yml
surtur f69767c734
Some checks failed
continuous-integration/drone/push Build is failing
do not update system necessarily
2020-02-28 01:12:01 +01:00

16 lines
391 B
YAML

kind: pipeline
type: docker
name: hugo_builder
steps:
- name: hugo-extended
pull: if-not-exists
image: archlinux
commands:
- pacman -S --noconfirm wget tar git
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
- tar xfv hugo.tgz
- git submodule init
- git submodule update
- ./hugo --gc=true