Skip to content

Commit 4f1a3c7

Browse files
committed
Try to make Zola run in background
1 parent fd574b3 commit 4f1a3c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,8 @@ jobs:
296296
FILE_NAME: ".pa11yci"
297297
FILE_DATA: "{\n \"defaults\": {\n \"chromeLaunchConfig\": {\n \"executablePath\": \"${{ steps.setup-chrome.outputs.chrome-path }} \"\n }\n }\n}"
298298

299+
- name: Serve Zola
300+
run: zola serve &
301+
299302
- name: Run Pa11y-CI
300-
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

Comments
 (0)