when-not-a-module-for-that/.gitlab-ci.yml
benjamin melançon 3f2bbb676f Fix deploy path!
2020-03-18 18:41:53 -04:00

20 lines
220 B
YAML

image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
- main
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- main