lorescape/.gitlab-ci.yml

24 lines
423 B
YAML
Raw Normal View History

2020-10-14 21:33:41 +00:00
# This file is a template, and might need editing before it works on your project.
---
# All available Hugo versions are listed here:
# https://gitlab.com/pages/hugo/container_registry
2020-10-14 21:40:50 +00:00
image: registry.gitlab.com/pages/hugo_extended:latest
2020-10-14 21:33:41 +00:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
- main
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- main