Skip to content

Commit

Permalink
Exclude github from accessibility linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TrialDragon committed Mar 1, 2024
1 parent 57b28b0 commit 851d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:
echo -e "{\n \"defaults\": {\n \"chromeLaunchConfig\": {\n \"executablePath\": \"/usr/bin/chromium-browser\"\n }\n }\n}" > .pa11yci
zola serve &
npx wait-on http://127.0.0.1:1111
npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml --sitemap-exclude github.com
typos:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 851d9ea

Please sign in to comment.