Skip to content

Commit 4cfdaed

Browse files
committed
documentation
1 parent 30a3708 commit 4cfdaed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104

105105
- name: Check for errors and warnings
106106
run: |
107-
if [[ $(grep ERROR doc.txt | grep -v 'l-plot-tiny-llm-export' | grep 'Unexpected section title or transition.') ]]; then
107+
if [[ $(grep ERROR doc.txt | grep -v 'l-plot-tiny-llm-export' | grep -v 'Unexpected section title or transition.') ]]; then
108108
echo "Documentation produces errors."
109-
grep ERROR doc.txt | grep -v 'l-plot-tiny-llm-export' | grep 'Unexpected section title or transition.'
109+
grep ERROR doc.txt | grep -v 'l-plot-tiny-llm-export' | grep -v 'Unexpected section title or transition.'
110110
exit 1
111111
fi
112112
if [[ $(grep WARNING doc.txt | grep -v 'l-plot-tiny-llm-export' | grep -v 'Inline emphasis start-string' | grep -v 'Definition list ends without a blank line' | grep -v 'Unexpected section title or transition' | grep -v 'Inline strong start-string' | grep -v 'MambaCache' ) ]]; then

0 commit comments

Comments
 (0)