We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad486cc commit e24e3d8Copy full SHA for e24e3d8
.github/workflows/continuous-deployment.yml
@@ -35,6 +35,7 @@ jobs:
35
node-version: 20
36
- name: Build
37
run: |
38
+ cp input/index.html input/404.html
39
cd core
40
npm install
41
npm run build
core
0 commit comments