update gitlab ci yml
This commit is contained in:
parent
2284620387
commit
3106945b47
@ -31,13 +31,10 @@ release:
|
|||||||
pages:
|
pages:
|
||||||
stage: page
|
stage: page
|
||||||
script:
|
script:
|
||||||
- npmci test lts
|
- npmci npmpage
|
||||||
- mkdir .public
|
|
||||||
- cp -r test/assets/docs/ .public
|
|
||||||
- cp -r test/assets/coverage/ .public
|
|
||||||
- mv .public public
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- tags
|
Loading…
Reference in New Issue
Block a user