1 parent 80d1e0b commit 71e6e05Copy full SHA for 71e6e05
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# changes the base-tag in index.html from '/' to 'Luthetus.Website' to match GitHub Pages repository subdirectory
33
- 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
+ run: sed -i 's/<base href="\/" \/>/<base href="\/Luthetus.Ide.Fork\/" \/>/g' dist/Web/wwwroot/index.html
35
36
# add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project. (Allow files and folders starting with an underscore)
37
- name: Add .nojekyll file
0 commit comments