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
|
||||
|
||||
after_success:
|
||||
- npm run typedoc
|
||||
- npm pack
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: "{YOURLIB}-*.tgz"
|
||||
file: "CONTRIBUTING.md"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Reference in a new issue