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 10cceac commit ea98c4dCopy full SHA for ea98c4d
.github/workflows/deploy-to-gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Publish Blazor app
22
run: |
23
- dotnet publish YourProjectName.csproj \
+ dotnet publish OnixLabs.Web.csproj \
24
-c Release \
25
-o release \
26
--nologo
0 commit comments