diff --git a/.drone.yml b/.drone.yml index c98a063..92b054c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,12 +9,12 @@ steps: commands: - echo hello - echo world - - echo "ça marche" -# - name: build -# image: plugins/hugo -# settings: -# hugo_version: 0.55 -# config: path/hugo.toml -# validate: true -# commands: -# - hugo deploy \ No newline at end of file + - echo "ça marche + - name: build + image: plugins/hugo + settings: + hugo_version: 0.55 + config: path/hugo.toml + validate: true + commands: + - hugo deploy \ No newline at end of file