portail/.gitlab-ci.yml

12 lines
179 B
YAML
Raw Normal View History

2019-08-18 21:35:38 +00:00
image: frolvlad/alpine-python3
2019-08-16 21:55:10 +00:00
2019-08-16 21:50:28 +00:00
pages:
2019-08-17 00:44:31 +00:00
stage: deploy
script:
- sh ./scripts/generate.sh
2019-08-18 21:38:37 +00:00
- cp -r site public
artifacts:
paths:
- public
only:
- master