Skip to content

Commit f61bc9b

Browse files
committed
Copy index to 404.html
1 parent 9dd3fec commit f61bc9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-console-ui.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
GITHUB_PAGES: true
4444
run: npm run build
4545

46+
- name: Copy index.html to 404.html for SPA routing
47+
run: cp console-ui/dist/index.html console-ui/dist/404.html
48+
4649
- name: Upload artifact
4750
uses: actions/upload-pages-artifact@v3
4851
with:

0 commit comments

Comments
 (0)