Skip to content

Commit

Permalink
Fix/npm install force depends (#12)
Browse files Browse the repository at this point in the history
* force npm install

* update submodule

* idk
  • Loading branch information
wgkassem authored Dec 29, 2024
1 parent a94bced commit 25e0f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.OS }}-npm-cache
- name: Install Dependencies
run: npm install
run: npm install --force
- name: Build
continue-on-error: false
run: npm run build
Expand Down
Loading

0 comments on commit 25e0f1b

Please sign in to comment.