Skip to content

Commit 1327ade

Browse files
[PRMP-978] Change folder path to correct build folder (#533)
1 parent afac170 commit 1327ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-daily-health-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
working-directory: ./app
122122

123123
- name: Copy main.html to index.html for serve compatibility
124-
run: cp ./app/build/main.html ./app/build/index.html
124+
run: cp ./dist/main.html ./dist/index.html
125125

126126
- name: npm install serve -g
127127
run: npm install serve -g

0 commit comments

Comments
 (0)