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 fd574b3 commit 4f1a3c7Copy full SHA for 4f1a3c7
.github/workflows/ci.yml
@@ -296,5 +296,8 @@ jobs:
296
FILE_NAME: ".pa11yci"
297
FILE_DATA: "{\n \"defaults\": {\n \"chromeLaunchConfig\": {\n \"executablePath\": \"${{ steps.setup-chrome.outputs.chrome-path }} \"\n }\n }\n}"
298
299
+ - name: Serve Zola
300
+ run: zola serve &
301
+
302
- name: Run Pa11y-CI
- run: zola serve & npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
303
+ run: npx pa11y-ci --sitemap http://127.0.0.1:1111/sitemap.xml
0 commit comments