hugo build test config changed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
maxime-cool 2023-12-13 14:23:11 +01:00
parent 0a0382bd8b
commit 5eac63578b

View file

@ -9,18 +9,14 @@ steps:
commands: commands:
- echo "Checking Hugo version." - echo "Checking Hugo version."
- hugo version - hugo version
- name: Folder check
image: plugins/hugo
commands:
- echo "Checking folder" - echo "Checking folder"
- ls - ls
- name: Build - name: Build
image: plugins/hugo image: plugins/hugo
settings: settings:
config: hugo.toml
validate: true validate: true
commands: commands:
- hugo - hugo --config hugo.toml
#- 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