Fix build script
This commit is contained in:
parent
935adb4ac1
commit
b1fc61e835
|
@ -11,14 +11,13 @@ stages:
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|
||||||
before_script:
|
|
||||||
- hugo version
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
before_script:
|
||||||
|
- hugo version
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cp custom.html themes/blowfish/layouts/partials/home/custom.html
|
- cp custom.html themes/blowfish/layouts/partials/home/custom.html
|
||||||
- hugo -D
|
- hugo --baseURL="https://es.hackmeeting.org/${DEST_DIRECTORY}"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in New Issue