Skip to content

Commit

Permalink
removing the global flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Feb 14, 2025
1 parent 7c8e691 commit b9d5c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_a11y_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run accessibility checks
run: |
npm install -g @axe-core/cli
npm install @axe-core/cli
# for every recursively nested *.html file in _site, run a11y checks
for file in $(find _site -name '*.html'); do
path=${file#_site/}
Expand Down

0 comments on commit b9d5c13

Please sign in to comment.