Skip to content

Commit a239e9b

Browse files
committed
ci: fix doc generation workflow
1 parent 31b6277 commit a239e9b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/static-gh-pages.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ jobs:
1818
with:
1919
python-version: '3.8'
2020

21-
- name: Install the project
22-
run:
23-
uv run bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
24-
uv sync --group=doc
25-
26-
27-
- name: make docs
21+
- name: Install doc dependencies and build docs
2822
run: |
23+
uv sync --group=doc
2924
cd docs
3025
uv run --no-sync make html
3126

0 commit comments

Comments
 (0)