File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : Process markdown files
1818 run : |
19- find . -name '*.md' | xargs perl tools/autodoc.pl
19+ find . -name '*.md' -not -name 'AGENTS.md' -not -name 'CLAUDE.md' -not -path './examples/*' | xargs perl tools/autodoc.pl
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 - name : Check documentation generator
1919 run : |
20- find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
20+ find . -name '*.md' -not -name 'AGENTS.md' -not -name 'CLAUDE.md' -not -path './examples/*' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
2121 - name : Cache testdata
2222 uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2323 env :
You can’t perform that action at this time.
0 commit comments