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