Skip to content

Commit

Permalink
ci: Override htmlproofer command
Browse files Browse the repository at this point in the history
... to specify parameters that don't exist in the GitHub Action

Fixes #30
  • Loading branch information
bmaupin committed Oct 13, 2022
1 parent a7bdc79 commit ac10166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PAGES_REPO_NWO: ${{ github.repository }}

- name: Check internal links using htmlproofer
uses: chabad360/htmlproofer@master
uses: anishathalye/proof-html@v1.4.0
with:
directory: '_site'
arguments: --disable-external true --enforce-https false --ignore-empty-alt --ignore_urls "_,#" --swap-urls "^/wiki:"
entrypoint: htmlproofer
args: _site --assume_extension --disable-external --empty-alt-ignore --url-ignore "_,#" --url-swap "^/wiki:"

0 comments on commit ac10166

Please sign in to comment.