Skip to content

Commit 1dfdbad

Browse files
Copilotxadupre
andauthored
Exclude 2026-03-15-route2026-ml article from rstcheck workflow
Agent-Logs-Url: https://github.com/sdpython/teachpyx/sessions/b4dff7a8-91ba-4852-b367-711eaeed2027 Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
1 parent 2ff60c0 commit 1dfdbad

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

0 commit comments

Comments
 (0)