Skip to content

Commit

Permalink
sitemap first
Browse files Browse the repository at this point in the history
  • Loading branch information
beechnut committed May 18, 2023
1 parent b3b9784 commit cd07085
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: ls
run: ls

- name: Run a server maybe?
- name: Run a server
uses: Eun/http-server-action@v1
with:
directory: ./public
Expand All @@ -39,9 +39,8 @@ jobs:
-
run: curl -vvvv http://localhost:1313/index.html

- name: Run pa11y-ci on sitemap
run: npm run pa11y-ci:sitemap

- name: Run pa11y-ci on homepage
run: npm run pa11y-ci:homepage

- name: Run pa11y-ci on sitemap
run: npm run pa11y-ci:sitemap

0 comments on commit cd07085

Please sign in to comment.