mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
commit
6ffc206d10
1 changed files with 4 additions and 0 deletions
|
@ -29,10 +29,14 @@ jobs:
|
||||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||||
deploy:
|
deploy:
|
||||||
- provider: npm
|
- provider: npm
|
||||||
|
on:
|
||||||
|
all_branches: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: $NPM_EMAIL
|
email: $NPM_EMAIL
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
- provider: script
|
- provider: script
|
||||||
|
on:
|
||||||
|
all_branches: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: npm run --silent deploy -- -x -r $GH_PAGES_REPO
|
script: npm run --silent deploy -- -x -r $GH_PAGES_REPO
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Reference in a new issue