ci: Build manuals

This commit is contained in:
Ethan P 2020-05-15 21:13:15 -07:00
parent da93f2f87f
commit 3029b6749f
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -46,10 +46,15 @@ jobs:
steps: steps:
- setup - setup
- checkout - checkout
- run:
name: "Build Manuals"
command: ./build.sh --no-verify --manuals
- build: - build:
minify: "all" minify: "all"
- store_artifacts: - store_artifacts:
path: bin path: bin
- store_artifacts:
path: man
test: test:
executor: linux_alpine executor: linux_alpine