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: |
|
||||
echo "Root directory:"
|
||||
ls -la
|
||||
echo "Frontend directory:"
|
||||
ls -la src/frontend/
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
@ -34,9 +32,7 @@ jobs:
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd src/frontend
|
||||
pnpm install
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user