2
0
mirror of https://github.com/inventree/inventree-website.git synced 2026-04-08 20:30:59 +00:00

Ignore URL validation for repo

This commit is contained in:
Oliver Walters
2026-04-07 20:40:02 +10:00
parent b9cb61e77a
commit af7a513a50

View File

@@ -21,7 +21,7 @@ jobs:
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true
- run: bundle exec htmlproofer ./_site --no-check-external-hash --no-enforce-https --ignore-urls "/localhost/,/www.linkedin.com/,digitalocean.com,/cloud.digitalocean.com/,/dnschecker.org/,/npmjs.com/,/reddit.com/r/inventree/,/twitter.com/inventreedb/,/github.com/,/developer.digikey.com/,/patreon.com/,/partkeepr.org/,/download.dymo.com/,brother.com.au,/marketplace.digitalocean.com,/chaos.social"
- run: bundle exec htmlproofer ./_site --no-check-external-hash --no-enforce-https --exclude "/_repo/" --ignore-urls "/localhost/,/www.linkedin.com/,digitalocean.com,/cloud.digitalocean.com/,/dnschecker.org/,/npmjs.com/,/reddit.com/r/inventree/,/twitter.com/inventreedb/,/github.com/,/developer.digikey.com/,/patreon.com/,/partkeepr.org/,/download.dymo.com/,brother.com.au,/marketplace.digitalocean.com,/chaos.social"
name: Check links
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}