* apparently some scss files require hugo-extended, which is precisely why we don't need this step anymore
This commit is contained in:
parent
0a32ff804c
commit
e7fc2758d3
11
.drone.yml
11
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user