mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-23 07:08:45 -06:00
Fix duplicate Huntarr.io navigation entry and update workflow for dependency handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user