Skip to content

Commit 23cfd0c

Browse files
committed
Merge branch 'plan' of https://github.com/sdpython/teachpyx into plan
2 parents 084f118 + 3074a2d commit 23cfd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rstcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: python -m pip install sphinx tomli rstcheck[toml,sphinx]
2525

2626
- name: rstcheck
27-
run: find _doc teachpyx -name "*.rst" ! -path "_doc/articles/2026/2026-03-15-route2026-ml.rst" -print0 | xargs -0 rstcheck
27+
run: find _doc teachpyx -name "*.rst" ! -path "_doc/articles/2026/2026-03-15-route2026-ml.rst" -print0 | xargs -0 -r rstcheck

0 commit comments

Comments
 (0)