mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
Merge pull request #940 from nasa/openmct-website
[Website] Fixed failed circle.yml command
This commit is contained in:
@ -4,7 +4,7 @@ deployment:
|
|||||||
commands:
|
commands:
|
||||||
- npm install canvas nomnoml
|
- npm install canvas nomnoml
|
||||||
- ./build-docs.sh
|
- ./build-docs.sh
|
||||||
- git fetch--unshallow
|
- git fetch --unshallow
|
||||||
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
||||||
openmct-demo:
|
openmct-demo:
|
||||||
branch: live_demo
|
branch: live_demo
|
||||||
|
Reference in New Issue
Block a user