Skip to content

Commit 08f8e05

Browse files
committed
Reduce verbosity in builddoc.yml
1 parent 10f6b6b commit 08f8e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builddoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
UV_SYSTEM_PYTHON: "1" # make uv do global installs
1818

1919
jobs:
20-
build:
20+
verbose:
2121
runs-on: ubuntu-latest
2222

2323
steps:
@@ -40,7 +40,7 @@ jobs:
4040
run: >
4141
sphinx-build
4242
-M html ./doc ./build/sphinx
43-
-vv
43+
--verbose
4444
--jobs=auto
4545
--show-traceback
4646
--fail-on-warning

0 commit comments

Comments
 (0)