Skip to content

Commit

Permalink
removed unexpected "
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub committed Jul 31, 2024
1 parent 818d834 commit 83b6d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "$url" >> accessibility_issues.txt

# Extract number of issues from axe output
issues=$(axe "$url" --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver" | grep -oP '\d+ Accessibility issues detected' | grep -oP '\d+')
issues=$(axe "$url" --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver | grep -oP '\d+ Accessibility issues detected' | grep -oP '\d+')
if [ -n "$issues" ]; then
num_issues=$((num_issues + issues))
fi
Expand Down

0 comments on commit 83b6d8d

Please sign in to comment.