CI in course.
This commit is contained in:
parent
e649517fa2
commit
c9aeaab59b
1 changed files with 4 additions and 1 deletions
|
@ -26,11 +26,14 @@ branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- npm run typedoc
|
||||||
- npm pack
|
- npm pack
|
||||||
|
|
||||||
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "{YOURLIB}-*.tgz"
|
file: "CONTRIBUTING.md"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue