resume/.gitlab-ci.yml
2019-08-19 19:57:47 -07:00

14 lines
176 B
YAML

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