2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 19:45:33 +00:00

0.16.0 (#210)
Some checks are pending
Build pages and publish / build (push) Waiting to run

* Add info for new release

* Updates

* Rename news post

* Fix page title

* Update ignore URLs
This commit is contained in:
Oliver
2024-08-25 20:17:35 +10:00
committed by GitHub
parent 48d69a52c6
commit 83a0f1bf72
5 changed files with 165 additions and 4 deletions

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/,/cloud.digitalocean.com/,marketplace.digitalocean.com/,/reddit.com/r/inventree/,/twitter.com/inventreedb/,/github.com/,/developer.digikey.com/,/patreon.com/"
- run: bundle exec htmlproofer ./_site --no-check-external-hash --no-enforce-https --ignore-urls "/localhost/,/www.linkedin.com/,/cloud.digitalocean.com/,marketplace.digitalocean.com/,/reddit.com/r/inventree/,/twitter.com/inventreedb/,/github.com/,/developer.digikey.com/,/patreon.com/,/partkeepr.org/"
name: Check links
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}