From e2d264b282a4fc29fb7e50f736a8c1ac4787571a Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Wed, 24 Jan 2024 18:51:32 +0100 Subject: [PATCH] changed Hugo build config --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8a7bfbd..507d4e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - hugo deploy --config ./hugo_config/_default/hugo.toml \ No newline at end of file