hotfix: hardcode redoc-cli-version
parent
60cba2512b
commit
63e73ee159
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
command: ./deploy/ci-install-s3deploy.sh
|
||||
- run:
|
||||
name: Install NPM dependencies
|
||||
command: sudo npm i -g postcss-cli autoprefixer redoc-cli
|
||||
command: sudo npm i -g postcss-cli autoprefixer redoc-cli@0.8.6
|
||||
- run:
|
||||
name: Generate API documentation
|
||||
command: cd api-docs && bash generate-api-docs.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue