From 61f1561b7ea520cffc4e7e70502769d198f191c2 Mon Sep 17 00:00:00 2001 From: Eric Buckley Date: Thu, 13 Feb 2025 14:24:59 -0800 Subject: [PATCH] giving more time for serve to startup --- .github/workflows/check_a11y_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_a11y_docs.yml b/.github/workflows/check_a11y_docs.yml index e001cf2b..7dca5541 100644 --- a/.github/workflows/check_a11y_docs.yml +++ b/.github/workflows/check_a11y_docs.yml @@ -46,7 +46,7 @@ jobs: run: | # run npx serve in the background to serve the _site directory npx serve _site & - sleep 3 + sleep 10 # for every recursively nested *.html file in _site, run a11y checks for file in $(find _site -name '*.html'); do path=${file#_site/}