amethyst/.gitlab/hugo.template.yml

16 lines
325 B
YAML
Raw Normal View History

2024-01-02 18:52:03 -05:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
HUGO_ENV: production
2024-01-02 18:52:03 -05:00
setup-hugo:
stage: setup-hugo
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
script:
- cd ${CI_PROJECT_DIR}
- hugo --minify
# runs:
# using: 'node16'
# main: 'lib/index.js'
# branding:
# icon: 'package'
# color: 'yellow'