Skip to content

Commit 8127c35

Browse files
authored
Refactor demo dependencies installation step
Simplified the installation of demo dependencies by removing unnecessary directory change.
1 parent 2579501 commit 8127c35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
run: npm run build
3131

3232
- name: Install Demo Dependencies
33-
run: |
34-
cd examples/demo
35-
npm ci
33+
run: npm ci
3634

3735
- name: Build Demo
3836
run: |

0 commit comments

Comments
 (0)