Skip to content

Commit 71e6e05

Browse files
authored
Change base-tag in index.html for Luthetus.Ide.Fork
Updated the base-tag in index.html for GitHub Pages.
1 parent 80d1e0b commit 71e6e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

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

3232
# changes the base-tag in index.html from '/' to 'Luthetus.Website' to match GitHub Pages repository subdirectory
3333
- name: Change base-tag in index.html from / to Luthetus.Ide
34-
run: sed -i 's/<base href="\/" \/>/<base href="\/Luthetus.Ide\/" \/>/g' dist/Web/wwwroot/index.html
34+
run: sed -i 's/<base href="\/" \/>/<base href="\/Luthetus.Ide.Fork\/" \/>/g' dist/Web/wwwroot/index.html
3535

3636
# add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project. (Allow files and folders starting with an underscore)
3737
- name: Add .nojekyll file

0 commit comments

Comments
 (0)