blog/.gitlab-ci.yml

16 lines
236 B
YAML
Raw Normal View History

2017-10-25 03:26:21 +00:00
image: monachus/hugo
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
2017-10-25 03:26:21 +00:00
pages:
script:
2018-03-03 23:03:55 +00:00
- ls themes/blackburn/layouts/post
2017-10-25 03:26:21 +00:00
- hugo
artifacts:
paths:
- public
only:
- master