We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a60ba commit 6afe97aCopy full SHA for 6afe97a
.github/workflows/ci.yml
@@ -298,7 +298,4 @@ jobs:
298
299
- name: Run Pa11y-CI
300
run: |
301
- zola serve &
302
- ping 127.0.0.1 -n 6 > nul
303
- netstat -o -n -a | findstr 1111
304
- npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
+ zola serve & ping 127.0.0.1 -n 6 > nul & npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
0 commit comments