Skip to content

Commit f88266b

Browse files
committed
Fix path for ui deploy
1 parent 3636ad1 commit f88266b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/azure-static-web-apps-green-sand-02d23f41e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ jobs:
4242
${{ runner.os }}-node-
4343
4444
- name: Install dependencies
45+
working-directory: web
4546
run: |
4647
echo "Running npm ci (fallback to npm install if lock mismatch)..."
4748
npm ci || npm install
4849
4950
- name: Build
51+
working-directory: web
5052
run: npm run build
5153

5254
- name: Deploy to Azure Static Web App

0 commit comments

Comments
 (0)