From b1fc61e8352d7f489e75767929481ab11505f27a Mon Sep 17 00:00:00 2001 From: selankon Date: Tue, 9 Jul 2024 15:22:23 +0200 Subject: [PATCH] Fix build script --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1b8153..745a3b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,14 +11,13 @@ stages: - build - push -before_script: - - hugo version - build: + before_script: + - hugo version stage: build script: - cp custom.html themes/blowfish/layouts/partials/home/custom.html - - hugo -D + - hugo --baseURL="https://es.hackmeeting.org/${DEST_DIRECTORY}" artifacts: paths: - public