test CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
maxime-cool 2023-12-13 14:05:11 +01:00
parent 45352df3dd
commit 9a6296d7b1

View file

@ -11,13 +11,13 @@ steps:
- hugo version - hugo version
- name: Build - name: Build
image: plugins/hugo image: plugins/hugo
settings:
config: hugo.toml
validate: true
commands: commands:
- hugo - hugo
#- minify -r -o /drone/src/build /drone/src/build #- minify -r -o /drone/src/build /drone/src/build
- name: Deploy - name: Deploy
image: plugins/hugo image: plugins/hugo
settings:
config: hugo.toml
validate: true
# commands: # commands:
# - hugo deploy # - hugo deploy