Skip to content

Commit d620b05

Browse files
committed
fix build
1 parent 4de73d6 commit d620b05

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Deploy Broker
1+
name: Deploy Portal
22

33
on:
44
push:
55
branches: [main]
66
paths:
77
- 'src/**'
8+
- 'public/**'
89
- 'package.json'
910
- 'vite.config.ts'
1011
- 'tsconfig.json'
@@ -31,7 +32,7 @@ jobs:
3132
- name: Install dependencies
3233
run: npm ci
3334

34-
- name: Build broker
35+
- name: Build portal
3536
run: npm run build
3637

3738
- name: Download existing frontend builds

0 commit comments

Comments
 (0)