1 parent 67d1309 commit e8ba5e1Copy full SHA for e8ba5e1
1 file changed
.github/workflows/deploy.yml
@@ -23,9 +23,9 @@ jobs:
23
run: touch output/wwwroot/.nojekyll
24
25
# Base-Tag anpassen (ersetze REPOSITORY_NAME mit deinem GitHub Repo Namen)
26
- - name: Fix base path
27
- run: |
28
- sed -i 's///g' output/wwwroot/index.html
+ #- name: Fix base path
+ # run: |
+ # sed -i 's///g' output/wwwroot/index.html
29
30
# 404 Fallback für Client-Side Routing
31
- name: Copy index.html to 404.html
0 commit comments