From 8bfc9f6066afa40932f540c1f0ec607468c533a1 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sat, 16 Mar 2019 20:54:37 -0400 Subject: [PATCH] Generate our API docs as part of updating docs --- .circleci/update-docs.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/update-docs.sh b/.circleci/update-docs.sh index 9be0b714d..963940443 100644 --- a/.circleci/update-docs.sh +++ b/.circleci/update-docs.sh @@ -4,6 +4,12 @@ # https://stackoverflow.com/a/3355423/1867984 cd "$(dirname "$0")" +## Generate DOCMA API Docs +cd .. +npm run docs:api +cd ./.circleci/ + + # Generate all version's GitBook output # For each directory in /docs ... cd ./../docs/