mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(deploy): another attempt to fix deployment
This commit is contained in:
parent
3d2ccbc86b
commit
6e87a9838d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -32,7 +32,9 @@ jobs:
|
|||
uses: actions/configure-pages@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
run: |
|
||||
rm -f package-lock.json
|
||||
bun install
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue