We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5040049 commit 7c4bf03Copy full SHA for 7c4bf03
.github/workflows/cron-daily-health-check.yml
@@ -119,6 +119,9 @@ jobs:
119
runTests: false
120
build: npm run build
121
working-directory: ./app
122
+
123
+ - name: Copy main.html to index.html for serve compatibility
124
+ run: cp ./app/build/main.html ./app/build/index.html
125
126
- name: npm install serve -g
127
run: npm install serve -g
0 commit comments