Skip to content

Commit a3ee852

Browse files
committed
fix documentation
1 parent 4188259 commit a3ee852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
grep ERROR doc.txt
7878
exit 1
7979
fi
80-
if [[ $(grep WARNING doc.txt) ]]; then
80+
if [[ $(grep WARNING doc.txt | grep -v 'std:term:y') ]]; then
8181
echo "Documentation produces warnings."
8282
grep WARNING doc.txt
8383
exit 1

0 commit comments

Comments
 (0)