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 2af6589 commit 7eafc30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
run: npx http-server -p 3000
- name: Run axe
run: |
npx wait-on http://localhost:3000
npm install -g @axe-core/cli
axe --exit --tags wcag2aa --stdout http://localhost:3000
npx wait-on http://localhost:3000
npm install -g @axe-core/cli
axe --exit --tags wcag2aa --stdout http://localhost:3000
- name: Upload axe results
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7eafc30

Please sign in to comment.