Skip to content

Commit 8b61a45

Browse files
authored
Update deploy.yml
1 parent 15bc92a commit 8b61a45

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build with dotnet
1717
run: dotnet build --configuration Release --no-restore
1818
- name: Publish
19-
run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -f net8.0 --output ./Release
19+
run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj -c Release -f net8.0 --output ./Release
2020

2121
- name: 📂 Sync files
2222
if: ${{ github.repository_owner == 'CodeBeamOrg' }}

0 commit comments

Comments
 (0)