Skip to content

Commit 1e5bcf9

Browse files
committed
fix CICD Issue
1 parent 03a2c7a commit 1e5bcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dotnet-version: 9.0.x
1919

2020
- name: Publish Blazor project
21-
run: dotnet publish /TextHub/TextHub.csproj -c Release -o release --nologo
21+
run: dotnet publish TextHub/TextHub.csproj -c Release -o release --nologo
2222

2323
- name: Add 404.html (for GitHub Pages SPA fallback)
2424
run: cp release/wwwroot/index.html release/wwwroot/404.html

0 commit comments

Comments
 (0)