Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Nov 3, 2024
1 parent 04be9b1 commit 228d16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 228d16f

Please sign in to comment.