Skip to content

Commit 528f418

Browse files
committed
fix working directory
1 parent a346ce2 commit 528f418

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v6
1818

19+
- name: Set working directory
20+
run: cd via-ui
21+
1922
- name: Setup Node
2023
uses: actions/setup-node@v6
2124
with:
2225
node-version: 24
2326
cache: npm
2427

25-
26-
- name: Set working directory
27-
run: cd via-ui
28-
2928
- name: Install dependencies
3029
run: npm ci
3130

0 commit comments

Comments
 (0)