Skip to content

Commit f39c270

Browse files
committed
FORD CI adjustments
1 parent 4d0abf8 commit f39c270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
uv-dependency-install-flags: "--all-extras --group docs"
42-
- name: FORD docs
43-
run: ford ford_example.md
4442
- name: docs
4543
run: |
44+
uv run --no-sync ford ford_example.md
4645
uv run --no-sync mkdocs build --strict
4746
- uses: ./.github/actions/setup
4847
with:

0 commit comments

Comments
 (0)