Skip to content

Commit

Permalink
try adding ally, probably wont work
Browse files Browse the repository at this point in the history
  • Loading branch information
beechnut committed May 17, 2023
1 parent a73cff7 commit f1336f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: a11y

on: [push]

jobs:
pa11y:
- name: Start up hugo server
run: docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.101.0 server

- name: Run pa11y-ci
run: pa11y-ci --sitemap http://localhost:1313/sitemap.xml

0 comments on commit f1336f3

Please sign in to comment.