Skip to content

Commit

Permalink
try differnt action
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-anderson committed Oct 17, 2022
1 parent 3fecec5 commit 6c3875f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@ jobs:
env:
CI: true
- name: 📉 Check HTML
uses: chabad360/htmlproofer@v2
uses: anishathalye/[email protected]
with:
directory: './out'
arguments: --checks "Links,Images,Scripts,Favicon,OpenGraph" --ignore-status-codes "400, 403, 409, 429" --ignore-files "/.+\/(blog|404)\/.+/"
enforce_https: false
check_img_http: false
empty_alt_ignore: true
url_ignore_re: '/.+\/(blog|404)\/.+/'

# - name: 📉 Check HTML
# uses: chabad360/htmlproofer@v2
# with:
# directory: './out'
# arguments: --checks "Links,Images,Scripts,Favicon,OpenGraph" --ignore-status-codes "400, 403, 409, 429" --ignore-files "/.+\/(blog|404)\/.+/"

0 comments on commit 6c3875f

Please sign in to comment.