From 3029b6749f61f7514e9eef30e035cfab0e31eb1d Mon Sep 17 00:00:00 2001 From: Ethan P Date: Fri, 15 May 2020 21:13:15 -0700 Subject: [PATCH] ci: Build manuals --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23a77ad..095f991 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,10 +46,15 @@ jobs: steps: - setup - checkout + - run: + name: "Build Manuals" + command: ./build.sh --no-verify --manuals - build: minify: "all" - store_artifacts: path: bin + - store_artifacts: + path: man test: executor: linux_alpine