Skip to content

Commit

Permalink
ditch flags?
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalninja committed Nov 22, 2024
1 parent 49cd951 commit 827008e
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 @@ -54,7 +54,7 @@ jobs:
for url in $(grep -o '<loc>[^<]*' "$sitemap_path" | sed 's/<loc>//');
do
output=$(axe "$url" --timeout=300000 --exit)
output=$(axe "$url")
echo "${output}"
echo "Checking number of issues"
Expand Down

0 comments on commit 827008e

Please sign in to comment.