We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a6895 commit 9ff1757Copy full SHA for 9ff1757
.github/workflows/docs.yml
@@ -1,15 +1,12 @@
1
name: Build docs and check links
2
on: [push, pull_request]
3
env:
4
- SPHINX: uv run --locked sphinx-build -W --keep-going --color
+ SPHINX: uv run --locked --no-build --only-group doc sphinx-build -W --keep-going --color
5
UV_PYTHON_DOWNLOADS: never
6
jobs:
7
docs-linkcheck:
8
runs-on: ubuntu-latest
9
steps:
10
- - name: Install pandoc
11
- run: |
12
- sudo apt-get install --no-install-recommends pandoc
13
- name: Clone Git repository (no submodules, without depth limitation)
14
uses: actions/checkout@v6
15
with:
0 commit comments