To test CI

This commit is contained in:
Mickael 2019-08-18 23:34:23 +02:00
parent 8e3beac4f6
commit 09607b974a

View file

@ -4,9 +4,9 @@ pages:
stage: deploy
script:
- sh ./scripts/generate.sh
- cp -r site public
artifacts:
paths:
- public
only:
- master
# - cp -r site public
# artifacts:
# paths:
# - public
# only:
# - master