To test CI
This commit is contained in:
parent
8e3beac4f6
commit
09607b974a
1 changed files with 6 additions and 6 deletions
|
@ -4,9 +4,9 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- sh ./scripts/generate.sh
|
- sh ./scripts/generate.sh
|
||||||
- cp -r site public
|
# - cp -r site public
|
||||||
artifacts:
|
# artifacts:
|
||||||
paths:
|
# paths:
|
||||||
- public
|
# - public
|
||||||
only:
|
# only:
|
||||||
- master
|
# - master
|
Loading…
Reference in a new issue