From 93871959edc71aeda478709eae227e110258b336 Mon Sep 17 00:00:00 2001 From: Marc-Olivier Arsenault Date: Sun, 3 Nov 2024 12:43:40 -0500 Subject: [PATCH] teak actiokns --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7899a81..834afd9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: run: JEKYLL_ENV=production bundle exec jekyll build --verbose --future --destination site - run: echo "coffeeanddata.ca" > ./site/CNAME - name: test - run: bundle exec htmlproofer --assume-extension .html --allow-hash-href --no-enforce_https --no-check-external-hash --ignore-status-code 999,403,500 --ignore-urls "/twitter*/,/gstatic*/,/google*/,/tag*/" ./site + run: bundle exec htmlproofer --assume-extension .html --allow-hash-href --no-enforce_https --typhoeus '{ "ssl_verifypeer": false }' --no-check-external-hash --ignore-status-code 999,403,500 --ignore-urls "/twitter*/,/gstatic*/,/google*/,/tag*/" ./site sonarQube: name: SonarQube runs-on: ubuntu-latest