diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 203b53f..228e836 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -16,7 +16,7 @@ jobs: run: JEKYLL_ENV=production bundle exec jekyll build --verbose --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 --typhoeus '{"ssl_verifypeer":false}' --no-enforce_https --no-check-external-hash --ignore-status-code 999,403,500 --ignore-urls "/twitter*/,/gstatic*/,/google*/,/tag*/" ./site - name: Deploy uses: s0/git-publish-subdir-action@develop env: