Really fixed it...

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

View File

@ -6,7 +6,7 @@ compile:
stage: compile stage: compile
before_script: before_script:
- git submodule update --init - git submodule update --init
script: hugo -d --cleanDestinationDir=true /srv/runner/live/boniface.me/ script: hugo --cleanDestinationDir=true -d /srv/runner/live/boniface.me/
artifacts: artifacts:
paths: paths:
- public - public