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 03a2c7a commit 1e5bcf9Copy full SHA for 1e5bcf9
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
dotnet-version: 9.0.x
19
20
- name: Publish Blazor project
21
- run: dotnet publish /TextHub/TextHub.csproj -c Release -o release --nologo
+ run: dotnet publish TextHub/TextHub.csproj -c Release -o release --nologo
22
23
- name: Add 404.html (for GitHub Pages SPA fallback)
24
run: cp release/wwwroot/index.html release/wwwroot/404.html
0 commit comments