From 63e73ee159c354639b332b05dfbad53de2e7c2e5 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 2 Dec 2019 11:31:17 -0700 Subject: [PATCH] hotfix: hardcode redoc-cli-version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 42f67bd96..f6b87206f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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