Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- name: Machine-readable files exist
run: test -f dist/llms.txt && test -f dist/robots.txt && test -f dist/openapi/core-public-read.json

- name: Install a browser for the accessibility audit
run: npx playwright install --with-deps chromium
- name: Install the pinned browser for the accessibility audit
run: npx playwright install chromium

- name: Serve the built site
run: npx astro preview --port 4323 &
Expand Down
Loading