Skip to content

Commit 4f2a070

Browse files
committed
Update deploy-demo.yml
Fix build error: Cannot find module 'ngx-diff2html'
1 parent 9f431fd commit 4f2a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install and Build 🔧
1616
run: |
1717
npm install
18-
npm run build:demo:github
18+
npm run build && npm run build:demo:github
1919
cp dist/demo/index.html dist/demo/404.html
2020
2121
- name: Deploy 🚀

0 commit comments

Comments
 (0)