Skip to content

Commit

Permalink
giving more time for serve to startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Feb 13, 2025
1 parent 40d9f3d commit 61f1561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_a11y_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
Expand Down

0 comments on commit 61f1561

Please sign in to comment.