From 20e088434428909de3686dbf3f01b1bc1bc9187a Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Sat, 27 Apr 2024 21:14:04 -0700 Subject: [PATCH] Fix html-proofer command line. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08116e85..49526fc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: run: JEKYLL_ENV=production bundle exec jekyll build - name: Test - run: bundle exec htmlproofer ./_site --disable-external --allow-hash-href --ignore-empty-alt --internal-domains adrianba.net --enforce-https=false + run: bundle exec htmlproofer ./_site --disable-external --allow-hash-href --ignore-empty-alt --no-enforce-https - name: List run: ls -al && ls -al ./_site