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