remove hugo standard build
Some checks failed
continuous-integration/drone/push Build is failing

* apparently some scss files require hugo-extended, which is precisely why we don't need this step anymore
This commit is contained in:
surtur 2020-02-28 00:58:47 +01:00
parent 0a32ff804c
commit e7fc2758d3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -3,17 +3,6 @@ type: docker
name: hugo_builder
steps:
- name: hugo-std
pull: if-not-exists
image: plugins/hugo
settings:
hugo_version: 0.65.3
validate: false
commands:
- git submodule init
- git submodule update
- hugo --gc=true
- name: hugo-extended
pull: if-not-exists
image: archlinux