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