mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 18:13:44 +03:00
chore: allow deployment from branch
This commit is contained in:
parent
cb39a4b6cd
commit
8f62bf27e6
|
@ -29,4 +29,6 @@ deploy:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
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