resume/.gitlab-ci.yml

22 lines
347 B
YAML
Raw Normal View History

2019-08-20 02:55:29 +00:00
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest
before_script:
2019-08-20 02:55:29 +00:00
- git submodule init
- git submodule update --force
test:
script:
- hugo
2019-08-20 02:55:29 +00:00
except:
- master
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:55:29 +00:00
- master