Added --cleanDestinationDir=true to hugo build command
This commit is contained in:
parent
37bfb3394f
commit
57c1022dda
|
@ -6,7 +6,7 @@ compile:
|
|||
stage: compile
|
||||
before_script:
|
||||
- git submodule update --init
|
||||
script: hugo -d /srv/runner/live/boniface.me/
|
||||
script: hugo -d --cleanDestinationDir=true /srv/runner/live/boniface.me/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in New Issue