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:
- 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