ci: doc: force quiet mode

Force quiet mode in CI, since interactive output adds no value there.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-12 17:03:24 +02:00 committed by Carles Cufí
commit 8743ed9509

View file

@ -56,7 +56,7 @@ jobs:
- name: build-docs
run: |
source zephyr-env.sh
make -C doc htmldocs
SPHINXOPTS="-q -j auto" make -C doc htmldocs
tar cvf htmldocs.tar --directory=./doc/_build html
- name: upload-build