mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-07-04 13:19:20 +00:00
调试githubAction
This commit is contained in:
parent
3ecf4bc5e4
commit
36e10f7dba
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -19,8 +19,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Root directory:"
|
echo "Root directory:"
|
||||||
ls -la
|
ls -la
|
||||||
echo "Frontend directory:"
|
|
||||||
ls -la src/frontend/
|
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
@ -34,9 +32,7 @@ jobs:
|
|||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: pnpm install
|
||||||
cd src/frontend
|
|
||||||
pnpm install
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user