resume/.gitlab-ci.yml

14 lines
176 B
YAML
Raw Normal View History

2019-08-20 02:55:29 +00:00
2019-08-20 02:57:47 +00:00
image: registry.gitlab.com/pages/hugo:latest
2019-08-20 02:55:29 +00:00
2019-08-20 02:57:47 +00:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
2019-08-20 02:55:29 +00:00
pages:
script:
- hugo
artifacts:
paths:
2019-08-20 02:55:29 +00:00
- public
only:
2019-08-20 02:57:47 +00:00
- master