mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 07:30:49 +00:00
Merge pull request #496 from nasa/open492
[Documentation] #492 Amended CircleCI configuration to add missing dependency
This commit is contained in:
commit
45276183b9
@ -105,7 +105,7 @@ npm install. Ensure your system has [libcairo](http://cairographics.org/)
|
|||||||
installed and then run the following commands:
|
installed and then run the following commands:
|
||||||
|
|
||||||
* `npm install`
|
* `npm install`
|
||||||
* `npm install nomnoml`
|
* `npm install canvas nomnoml`
|
||||||
* `npm run docs`
|
* `npm run docs`
|
||||||
|
|
||||||
Documentation will be generated in `target/docs`.
|
Documentation will be generated in `target/docs`.
|
||||||
|
@ -2,7 +2,7 @@ deployment:
|
|||||||
production:
|
production:
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- npm install nomnoml
|
- npm install canvas nomnoml
|
||||||
- ./build-docs.sh
|
- ./build-docs.sh
|
||||||
- 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
|
||||||
openmctweb-staging-un:
|
openmctweb-staging-un:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user