mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Try to deploy only once instead of three times
This commit is contained in:
parent
088f3f9c0c
commit
c8f70742ea
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ before_deploy:
|
|||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
deploy:
|
||||
- provider: npm
|
||||
node_js: 8
|
||||
on:
|
||||
branch: develop
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Reference in a new issue