Skip to content

Commit

Permalink
publish just the project, not the solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Mar 6, 2024
1 parent 0d3477c commit 1861f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dotnet-version: 8.0.x

- name: Publish .NET Core Project
run: dotnet publish EcoCoolerWizard/EcoCoolerWizard.sln -c:Release -o:publish -p:GHPages=true
run: dotnet publish EcoCoolerWizard/EcoCoolerWizard.UI.Web/EcoCoolerWizard.UI.Web.csproj -c:Release -o:publish -p:GHPages=true

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1861f51

Please sign in to comment.