fime/.gitlab-ci.yml

12 lines
186 B
YAML
Raw Normal View History

2022-09-28 19:14:02 +00:00
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
2022-09-21 20:58:04 +00:00
pages:
script:
2022-09-28 19:14:02 +00:00
- hugo --minify
2022-09-21 20:58:04 +00:00
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == "page"