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:
parent
402ebf52c7
commit
8743ed9509
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue