Added --cleanDestinationDir=true to hugo build command

This commit is contained in:
Joshua Boniface 2016-08-30 21:14:48 -04:00
parent 37bfb3394f
commit 57c1022dda
1 changed files with 1 additions and 1 deletions

View File

@ -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