Skip to content

Commit c4d7fa8

Browse files
committed
fix: index.csr.html
1 parent d0e10be commit c4d7fa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- run: npm install -g @angular/cli > /dev/null
3535
- run: ng build --output-path dist
3636

37+
- name: Copy index.csr.html to index.html
38+
run: cp dist/browser/index.csr.html dist/browser/index.html
39+
3740
- name: Copy index.html to 404.html
3841
run: cp dist/browser/index.html dist/browser/404.html
3942

0 commit comments

Comments
 (0)