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:
- echo "Checking Hugo version."
- hugo version
- name: Folder check
image: plugins/hugo
commands:
- echo "Checking folder"
- ls
- name: Build
image: plugins/hugo
settings:
config: hugo.toml
validate: true
commands:
- hugo
- hugo --config hugo.toml
#- minify -r -o /drone/src/build /drone/src/build
- name: Deploy
image: plugins/hugo