diff --git a/.drone.yml b/.drone.yml index f0621d2..dc9fcd8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,13 +11,13 @@ steps: - hugo version - name: Build image: plugins/hugo + settings: + config: hugo.toml + validate: true commands: - hugo #- minify -r -o /drone/src/build /drone/src/build - name: Deploy image: plugins/hugo - settings: - config: hugo.toml - validate: true # commands: # - hugo deploy \ No newline at end of file