Skip to content

Commit

Permalink
allow properly converted class links in web check.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 13, 2024
1 parent 584165c commit e3baaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: ls
- run: grep -Eo ':[a-zA-Z]{1,15}:' *.html|grep -vE ':(Author|Id|Copyright|License|root):'|grep -v ':GmwWqzssMkkJ:' || true
- run: |
if [ "$(LANG=C grep -Eo ':[a-zA-Z]{1,15}:' *.html|grep -vE ':(Author|Id|Copyright|License|root):'|grep -c -v ':GmwWqzssMkkJ:')" -gt 0 ];
if [ "$(LANG=C grep -Eo ':[a-zA-Z]{1,15}:' *.html|grep -vE ':(Author|Id|Copyright|License|root):'|grep -c -v ':GmwWqzssMkkJ:'|grep -v '<cite>:py')" -gt 0 ];
then
exit 1;
else
Expand Down

0 comments on commit e3baaf6

Please sign in to comment.