From eb1b43c2d782985fd9c037b7b15b2bebc5c831da Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Thu, 14 Dec 2023 10:54:14 -0600 Subject: [PATCH] Remove HTMLTest --- .github/workflows/ci.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04f6c0a..0b28f35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,19 +29,3 @@ jobs: cache: 'npm' - run: npm ci - run: npm test - - - name: Run Hugo - run: hugo -d $GITHUB_WORKSPACE/public - - - name: Test HTML - continue-on-error: true - uses: wjdp/htmltest-action@master - with: - config: .htmltest.yaml - - - name: Archive htmltest results - uses: actions/upload-artifact@v2 - with: - name: htmltest-report - path: tmp/.htmltest/htmltest.log - retention-days: 7 # Default 90 days