Skip to content

Commit 6afe97a

Browse files
committed
Try to make this work
1 parent 64a60ba commit 6afe97a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,4 @@ jobs:
298298

299299
- name: Run Pa11y-CI
300300
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
301+
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

Comments
 (0)