changed Hugo build config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
maxime-cool 2024-01-24 18:51:32 +01:00
parent c2043cf766
commit e2d264b282

View file

@ -33,7 +33,7 @@ steps:
settings:
validate: true
extended: true
config: ./hugo_config/_default/hugo.toml
config: ./hugo_config/_default/theme_settings.toml,./hugo_config/_default/hugo.toml
- name: check Build
image: plugins/hugo
commands:
@ -48,4 +48,4 @@ steps:
AWS_SECRET_ACCESS_KEY:
from_secret: AWS_SECRET_ACCESS_KEY
commands:
- hugo deploy --config ./hugo_config/_default/theme_settings.toml,./hugo_config/_default/hugo.toml
- hugo deploy --config ./hugo_config/_default/hugo.toml