resume/.gitlab-ci.yml
2019-08-19 19:41:28 -07:00

18 lines
209 B
YAML

before_script:
- git submodule init
- git submodule update --force
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
master