Skip to content

Commit 9ff1757

Browse files
committed
CI: don't build package for docs
1 parent 79a6895 commit 9ff1757

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Build docs and check links
22
on: [push, pull_request]
33
env:
4-
SPHINX: uv run --locked sphinx-build -W --keep-going --color
4+
SPHINX: uv run --locked --no-build --only-group doc sphinx-build -W --keep-going --color
55
UV_PYTHON_DOWNLOADS: never
66
jobs:
77
docs-linkcheck:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Install pandoc
11-
run: |
12-
sudo apt-get install --no-install-recommends pandoc
1310
- name: Clone Git repository (no submodules, without depth limitation)
1411
uses: actions/checkout@v6
1512
with:

0 commit comments

Comments
 (0)