From 8ea3bfc2983b261800e45ac8be5f7df24d3324d8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 14 Jan 2024 00:16:39 +1100 Subject: [PATCH] Fix link checks --- .github/workflows/deploy.yml | 2 +- _posts/2024-01-13-upcoming.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ac14af24..e4be1be7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 "/www.linkedin.com/,/marketplace.digitalocean.com/,/reddit.com/r/inventree/,/twitter.com/inventreedb/" + - run: bundle exec htmlproofer ./_site --no-check-external-hash --no-enforce-https --ignore-urls "/localhost/,/www.linkedin.com/,/marketplace.digitalocean.com/,/reddit.com/r/inventree/,/twitter.com/inventreedb/" name: Check links - name: Deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} diff --git a/_posts/2024-01-13-upcoming.md b/_posts/2024-01-13-upcoming.md index 5036da9a..1fd441f8 100644 --- a/_posts/2024-01-13-upcoming.md +++ b/_posts/2024-01-13-upcoming.md @@ -65,7 +65,9 @@ Moving forward, we will be tagging specific issues with a *funding* label, which Funds allocated to a specific issue will be shared between the developers who work on the issue, as well as the maintainers of the InvenTree project. -We are making use of the [polar.sh](https://polar.sh) platform to manage the funding process. Please note that we are not affiliated with polar.sh, we are simply using it as a tool to manage the funding process. +We are making use of the [polar.sh](https://polar.sh) platform to manage the funding process. Please note that we are not affiliated with polar.sh, we are simply using it as a tool to manage the funding process. + +We will *not* be asking for funding for every issue, and we will continue to work on issues which are not funded! ### User Interface Refactor