Skip to content

Commit 43b37cd

Browse files
Use --group instead of --only-group in build.sh
1 parent 8103dd2 commit 43b37cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REPORTDIR=_build/html/reports
88

9-
uv run --project=.. --only-group docs jupyter-book build . -vnW --keep-going
9+
uv run --project=.. --group docs jupyter-book build . -vnW --keep-going
1010
RETVAL=$?
1111
if [ $RETVAL -ne 0 ]; then
1212
if [ -e $REPORTDIR ]; then

0 commit comments

Comments
 (0)