2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

build fix (#136)

* fix tags

* remove old flag

* readd flag
This commit is contained in:
Matthias Mair 2023-04-18 19:44:18 +02:00 committed by GitHub
parent 30cced6910
commit 804d775b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
uses: limjh16/jekyll-action-ts@v2 uses: limjh16/jekyll-action-ts@v2
with: with:
enable_cache: true enable_cache: true
- run: bundle exec htmlproofer ./_site --enforce-https=false - run: bundle exec htmlproofer ./_site --no-enforce-https
name: Check links name: Check links
- name: Deploy - name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}

View File

@ -13,7 +13,7 @@ source:
issue_tracker: https://github.com/matmair/inventree-rapidoc/issues issue_tracker: https://github.com/matmair/inventree-rapidoc/issues
website: https://mjmair.com/ website: https://mjmair.com/
categories: API categories: API
tags: inventree-rapidoc, rapidoc tags: RapiDoc
--- ---
Use RapiDoc for Inventree API docs Use RapiDoc for Inventree API docs