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 afac170 commit f039231Copy full SHA for f039231
.github/workflows/cron-daily-health-check.yml
@@ -121,7 +121,7 @@ jobs:
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
+ run: cp ./dist/main.html ./dist/index.html
125
126
- name: npm install serve -g
127
run: npm install serve -g
0 commit comments