try to fix github action
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
parent
0dcd2cead7
commit
430eb90796
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
|
|
@ -54,7 +54,11 @@ jobs:
|
||||||
node-version: latest
|
node-version: latest
|
||||||
cache: npm
|
cache: npm
|
||||||
- name: Install npm deps
|
- name: Install npm deps
|
||||||
run: npm install
|
run: |
|
||||||
|
npm install
|
||||||
|
cd core
|
||||||
|
npm install
|
||||||
|
cd ..
|
||||||
- name: Build with vite
|
- name: Build with vite
|
||||||
run: npm run deploy
|
run: npm run deploy
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue