Skip to content

Commit e24e3d8

Browse files
committed
try to fix 404
1 parent ad486cc commit e24e3d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-deployment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
node-version: 20
3636
- name: Build
3737
run: |
38+
cp input/index.html input/404.html
3839
cd core
3940
npm install
4041
npm run build

core

0 commit comments

Comments
 (0)