Skip to content

Commit 512ae75

Browse files
committed
add workin tree
1 parent 52e1935 commit 512ae75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-keycdn-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
name: Deploy to KeyCDN
12
on:
23
push:
34
branches:
45
- dev
5-
name: Deploy to KeyCDN
66
jobs:
77
build:
88
name: Build
@@ -15,7 +15,7 @@ jobs:
1515
run: npm install
1616

1717
- name: Build
18-
run: npm run dev
18+
run: npm run build
1919

2020
- name: Push files
2121
uses: SamKirkland/FTP-Deploy-Action@v4.3.4

0 commit comments

Comments
 (0)