resume/.gitlab-ci.yml

18 lines
209 B
YAML
Raw Normal View History

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