Skip to content

Commit ce23f74

Browse files
committed
Don't build tutorials on main
1 parent 835f2cc commit ce23f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: uv sync --extra all
3939

4040
- name: Build docs
41-
run: cd docs && uv run make all
41+
run: cd docs && uv run make html
4242

4343
- name: upload
4444
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)