Fix duplicate Huntarr.io navigation entry and update workflow for dependency handling

This commit is contained in:
Admin9705
2025-05-16 22:17:40 -04:00
parent 2dec91ad20
commit 9ce6389fbc
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -32,7 +32,11 @@ jobs:
- name: Install dependencies
working-directory: docs
run: yarn install --frozen-lockfile
run: |
# Remove package-lock.json to avoid conflicts
rm -f package-lock.json
# Force install with legacy peer deps to avoid warnings
yarn install --force --no-fund --silent --legacy-peer-deps
- name: Build Docusaurus
working-directory: docs