We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb4f06 commit b6cedafCopy full SHA for b6cedaf
.github/workflows/deploy-lql-website.yml
@@ -45,10 +45,9 @@ jobs:
45
- name: Publish Blazor WebAssembly project
46
run: dotnet publish ./Lql/Website/LqlWebsite.csproj -c Release -o release --nologo
47
48
- - name: Update base href for GitHub Pages
+ - name: Update base href for custom domain
49
run: |
50
- REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)
51
- sed -i 's/<base href="\/" \/>/<base href="\/'$REPO_NAME'\/" \/>/g' release/wwwroot/index.html
+ sed -i 's/<base href="\/" \/>/<base href="\/" \/>/g' release/wwwroot/index.html
52
53
- name: Add .nojekyll file
54
run: touch release/wwwroot/.nojekyll
0 commit comments