We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977c6ef commit 5cc3cc0Copy full SHA for 5cc3cc0
.github/workflows/sample-deploy.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet restore
26
27
- name: Build BlazorLocalTimeSample
28
- run: dotnet publish -c:Release -o:public -p:GHPages=true example/BlazorLocalTimeSample.csproj
+ run: dotnet publish -c:Release -o:public -p:GHPages=true example/BlazorLocalTimeSample/BlazorLocalTimeSample.csproj
29
30
- name: Deploy to GitHub Pages
31
uses: peaceiris/actions-gh-pages@v4
0 commit comments