Skip to content
Snippets Groups Projects
Commit 935adb4a authored by selankon's avatar selankon
Browse files

Fix deploy script

parent 30ecd1ed
No related branches found
No related tags found
No related merge requests found
Pipeline #228958 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment