Skip to content

Commit ffb0268

Browse files
author
Sebastian-Debian
committed
Pfad in Deploy angepasst.
1 parent 84c7a18 commit ffb0268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# WICHTIG: Korrektur für GitHub Pages Unterpfade (Base-Tag)
2222
- name: Change base-tag in index.html
23-
run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.SimpleGrid\/" \/>/g' release/wwwroot/index.html
23+
run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.SimpleGrid.Sample\/" \/>/g' release/wwwroot/index.html
2424

2525
# Fix für 404 Fehler beim Neuladen
2626
- name: Copy index.html to 404.html

0 commit comments

Comments
 (0)