We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e7023 commit c33fe03Copy full SHA for c33fe03
.github/workflows/dotnet.yml
@@ -20,8 +20,6 @@ jobs:
20
- name: Publish Blazor WebAssembly project
21
run: dotnet publish TomAndJerry.csproj -c Release -o release --nologo
22
23
- - name: Update <base> href for GitHub Pages
24
- run: sed -i 's|<base href="/" />|<base href="/TomAndJerry/" />|' release/wwwroot/index.html
25
26
- name: Add 404.html (for GitHub Pages SPA fallback)
27
run: cp release/wwwroot/index.html release/wwwroot/404.html
0 commit comments