From 7eafc308eacf50ac072ec041ef78b96732aed30b Mon Sep 17 00:00:00 2001 From: denseflux Date: Tue, 17 Oct 2023 16:08:19 +0100 Subject: [PATCH] Update hugo.yml --- .github/workflows/hugo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 8042267..83906d9 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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: