Fixed up runner target directory
This commit is contained in:
parent
50dc39f984
commit
245215783d
|
@ -6,7 +6,7 @@ compile:
|
||||||
stage: compile
|
stage: compile
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
script: hugo --cleanDestinationDir=true -d /srv/runner/live/boniface.me/
|
script: hugo --cleanDestinationDir=true -d /srv/runner/live/www.boniface.me/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in New Issue