It's good

This commit is contained in:
Mickael 2019-08-18 23:38:37 +02:00
parent 1ffea245ab
commit 8b17a0e8fa
1 changed files with 6 additions and 6 deletions

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