Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 18, 2024
1 parent 331ddf2 commit dc07066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: bundle exec jekyll build

- name: Run htmlproofer
run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains sustainoss.org
run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-sri --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains sustainoss.org

- name: Run tests
run: npm test
Expand Down

0 comments on commit dc07066

Please sign in to comment.