Skip to content

Commit

Permalink
set path
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Oct 17, 2023
1 parent bc26b88 commit 52362d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
chromedriver --url-base=/wd/hub &
npx wait-on http://127.0.0.1:3000
npm install -g @axe-core/cli
axe --exit --tags wcag2aa --stdout http://localhost:3000
axe --exit --tags wcag2aa --stdout --chromedriver-path="/opt/google/chrome/chrome" http://localhost:3000
- name: Upload axe results
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 52362d4

Please sign in to comment.