Skip to content

Commit 994df79

Browse files
committed
Add missing docs group to generate-colab-notebooks Make command
1 parent 450f518 commit 994df79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ convert-execute-notebooks:
9898

9999
generate-colab-notebooks:
100100
@echo "📓 Generating Colab-compatible notebooks..."
101-
uv run --group notebooks python docs/scripts/generate_colab_notebooks.py
101+
uv run --group notebooks --group docs python docs/scripts/generate_colab_notebooks.py
102102
@echo "✅ Colab notebooks created in docs/colab_notebooks/"
103103

104104
serve-docs-locally:

0 commit comments

Comments
 (0)