2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 03:25:32 +00:00

Update deps (#157)

* update

* ignore reddit

* refactor
This commit is contained in:
Matthias Mair
2023-07-27 00:03:07 +02:00
committed by GitHub
parent 229bd48961
commit ad5429bde3
3 changed files with 28 additions and 19 deletions

View File

@ -21,7 +21,7 @@ jobs:
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true
- run: bundle exec htmlproofer ./_site --no-enforce-https --ignore-urls "/marketplace.digitalocean.com/" --ignore-urls "https://twitter.com/inventreedb"
- run: bundle exec htmlproofer ./_site --no-enforce-https --ignore-urls "/marketplace.digitalocean.com/" --ignore-urls "https://reddit.com/r/inventree" --ignore-urls "https://twitter.com/inventreedb"
name: Check links
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}