Skip to content

Commit

Permalink
swap out for new a11y testing
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Oct 17, 2023
1 parent 4ddf6de commit ee3c6ba
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,8 @@ jobs:
with:
path: ./public
- name: Scan for accessibility issues
uses: microsoft/accessibility-insights-action@v3.5
with:
hosting-mode: staticSite
static-site-dir: ./public

uses: digihum/axe-pipelines-samples@2ae4ecaf3ebf301b6bb040bf101af6b8f8871af8
# Provide any additional inputs here
fail-on-accessibility-error: true
- name: Upload report artifact
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: accessibility-reports
path: ${{ github.workspace }}/_accessibility-reports

# Deployment job
deploy:
Expand Down

0 comments on commit ee3c6ba

Please sign in to comment.