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 61ada78 commit f0bbc59Copy full SHA for f0bbc59
.github/workflows/gh-pages.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
dotnet-version: 8.0.x
16
- name: Publish with dotnet
17
- run: dotnet publish ./src/BlazorPages --configuration Release --output build
+ run: dotnet publish ./src --configuration Release --output build
18
- name: Deploy to Github Pages
19
uses: JamesIves/github-pages-deploy-action@releases/v3
20
0 commit comments