From 935adb4ac1dcfe70c2c9c1e2835df2a490f29a87 Mon Sep 17 00:00:00 2001
From: selankon <selankon@selankon.xyz>
Date: Tue, 9 Jul 2024 15:09:08 +0200
Subject: [PATCH] Fix deploy script

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27ef8f5..a1b8153 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ variables:
   WEBDAV_REMOTE_PATH: html-es.hackmeeting.org
   WEBDAV_USERNAME: es_hackmeeting
   WEBDAV_URL: https://www.autistici.org/dav/es_hackmeeting
-  DEST_DIRECTORY: hugo
+  DEST_DIRECTORY: latest/hugo
 
 stages:
   - build
@@ -17,6 +17,7 @@ before_script:
 build:
   stage: build
   script:
+    - cp custom.html themes/blowfish/layouts/partials/home/custom.html
     - hugo -D
   artifacts:
     paths:
-- 
GitLab