diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f92d020e..35bfc671 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: bundle exec jekyll build - name: Run HTMLProofer - run: bundle exec htmlproofer --enforce-https false --disable-external --allow-hash-href ./_site + run: bundle exec htmlproofer --no-enforce-https --disable-external --allow-hash-href ./_site - name: Setup Node.js environment uses: actions/setup-node@v4