Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Oct 17, 2023
1 parent 731d512 commit 4ddf6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
path: ./public
- name: Scan for accessibility issues
uses: microsoft/accessibility-insights-action@v3
uses: microsoft/accessibility-insights-action@v3.5
with:
hosting-mode: staticSite
static-site-dir: ./public
Expand All @@ -71,7 +71,7 @@ jobs:
fail-on-accessibility-error: true
- name: Upload report artifact
if: success() || failure()
uses: actions/upload-artifact@v3.5
uses: actions/upload-artifact@v3
with:
name: accessibility-reports
path: ${{ github.workspace }}/_accessibility-reports
Expand Down

0 comments on commit 4ddf6de

Please sign in to comment.