mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 10:03:45 +03:00
chore: allow deployment from branch
This commit is contained in:
parent
cb39a4b6cd
commit
8f62bf27e6
|
@ -29,4 +29,6 @@ deploy:
|
|||
tags: true
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: cd cli && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish
|
||||
script: cd cli && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish
|
||||
on:
|
||||
branch: react-rewrite
|
Loading…
Reference in New Issue
Block a user