1 parent a346ce2 commit 528f418Copy full SHA for 528f418
1 file changed
.github/workflows/deploy.yml
@@ -16,16 +16,15 @@ jobs:
16
- name: Checkout repo
17
uses: actions/checkout@v6
18
19
+ - name: Set working directory
20
+ run: cd via-ui
21
+
22
- name: Setup Node
23
uses: actions/setup-node@v6
24
with:
25
node-version: 24
26
cache: npm
27
-
- - name: Set working directory
- run: cd via-ui
28
29
- name: Install dependencies
30
run: npm ci
31
0 commit comments