Skip to content

Commit eb8a5cc

Browse files
committed
CI: fix build command
Signed-off-by: neokoni <dulin081682@126.com>
1 parent 527aa91 commit eb8a5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm install
2727

2828
- name: build website file
29-
run: npm run generate
29+
run: npm run build
3030

3131
- name: SSH Server Deploy
3232
uses: appleboy/scp-action@v0.1.7

0 commit comments

Comments
 (0)