@ -0,0 +1 @@
public/
@ -5,13 +5,12 @@ site-build:
image: jojomi/hugo
stage: build
script:
- mkdir -p /otuput
- hugo -d /output
- hugo
only:
- master
artifacts:
paths:
- /output
- public
expire_in: 1 week
tags:
- docker