This commit is contained in:
parent
5640d8c1ab
commit
35eaf7a45b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies and build
|
- name: Install dependencies and build
|
||||||
run: |
|
run: |
|
||||||
pnpm i
|
pnpm install --no-frozen-lockfile
|
||||||
pnpm build
|
pnpm build
|
||||||
pwd
|
pwd
|
||||||
tar czf yacd.tar.gz ./public
|
tar czf yacd.tar.gz ./public
|
||||||
|
|
Loading…
Reference in a new issue