1 2 3 4 5 6 7 8 9 10 11 12 13 14
image: hugomods/hugo:exts variables: HUGO_ENV: production default: before_script: - hugo version create-pages: stage: deploy script: - hugo --minify pages: true