From ee3c6baadfae86f6388baa2aa08b24d49b8f7ea0 Mon Sep 17 00:00:00 2001 From: denseflux Date: Tue, 17 Oct 2023 14:37:06 +0100 Subject: [PATCH] swap out for new a11y testing --- .github/workflows/hugo.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 70dfc7d..d2a6602 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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: