From e44c20ee11f87986335fca1faa016c844e64ca72 Mon Sep 17 00:00:00 2001 From: denseflux Date: Tue, 17 Oct 2023 17:21:05 +0100 Subject: [PATCH] Update hugo.yml --- .github/workflows/hugo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index b8b5c6c..4ae5133 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -80,8 +80,8 @@ 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://127.0.0.1:3000 - # axe --exit --tags wcag2aa --stdout --chromedriver-path="/opt/google/chrome/chrome" http://127.0.0.1:3000 + axe --exit --tags wcag2aa --stdout --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://127.0.0.1:3000 + # axe --exit --tags wcag2aa --stdout --chromedriver-path "/opt/google/chrome/chrome" http://127.0.0.1:3000 - name: Upload axe results uses: actions/upload-pages-artifact@v2