Skip to content

Commit 44fc703

Browse files
committed
FIx deployment
1 parent a3e650c commit 44fc703

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: npm ci
3535

36+
- name: Create dist directory
37+
run: mkdir -p dist
38+
3639
- name: Build and minify
3740
run: npm run build
3841

0 commit comments

Comments
 (0)