stages: - build site-build: image: jojomi/hugo stage: build script: - hugo only: - master artifacts: paths: - public expire_in: 1 week tags: - docker