From e7fc2758d3e7b9d5cd642d4c9ca85bef8c9ef472 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 28 Feb 2020 00:58:47 +0100 Subject: [PATCH] remove hugo standard build * apparently some scss files require hugo-extended, which is precisely why we don't need this step anymore --- .drone.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3980085..3ac7ce8 100644 --- a/.drone.yml +++ b/.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