Skip to content

Commit

Permalink
Remove HTMLTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfinst committed Dec 14, 2023
1 parent 394d1d3 commit eb1b43c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb1b43c

Please sign in to comment.