We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0abf8 commit f39c270Copy full SHA for f39c270
.github/workflows/ci.yaml
@@ -39,10 +39,9 @@ jobs:
39
with:
40
python-version: ${{ matrix.python-version }}
41
uv-dependency-install-flags: "--all-extras --group docs"
42
- - name: FORD docs
43
- run: ford ford_example.md
44
- name: docs
45
run: |
+ uv run --no-sync ford ford_example.md
46
uv run --no-sync mkdocs build --strict
47
- uses: ./.github/actions/setup
48
0 commit comments