Skip to content

Commit abbfe72

Browse files
authored
Merge pull request #11 from ewdlop/ewdlop-patch-1
Change base-tag in index.html for Luthetus.Ide.Fork
2 parents 80d1e0b + 71e6e05 commit abbfe72

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)