Fix build script

This commit is contained in:
selankon 2024-07-09 15:22:23 +02:00
parent 935adb4ac1
commit b1fc61e835
1 changed files with 3 additions and 4 deletions

View File

@ -11,14 +11,13 @@ stages:
- build
- push
build:
before_script:
- hugo version
build:
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