Skip to content

Commit

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

0 comments on commit 9387195

Please sign in to comment.