homepage/.drone.yml
surtur e7fc2758d3
Some checks failed
continuous-integration/drone/push Build is failing
remove hugo standard build
* apparently some scss files require hugo-extended, which is precisely why we don't need this step anymore
2020-02-28 00:58:47 +01:00

16 lines
389 B
YAML

kind: pipeline
type: docker
name: hugo_builder
steps:
- name: hugo-extended
pull: if-not-exists
image: archlinux
commands:
- pacman -Syu --noconfirm wget tar
- 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