Fix build script
This commit is contained in:
parent
935adb4ac1
commit
b1fc61e835
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue