Skip to content

Commit e8ba5e1

Browse files
committed
Removed sed command from deploy
1 parent 67d1309 commit e8ba5e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: touch output/wwwroot/.nojekyll
2424

2525
# 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
26+
#- name: Fix base path
27+
# run: |
28+
# sed -i 's///g' output/wwwroot/index.html
2929

3030
# 404 Fallback für Client-Side Routing
3131
- name: Copy index.html to 404.html

0 commit comments

Comments
 (0)