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: