Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 20, 2023
1 parent fdf1f7f commit adaca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish Pkmds.Web/Wasm/Pkmds.Web.Wasm.csproj -c Release -o release --nologo
run: dotnet publish Pkmds.Web/Pkmds.Web.csproj -c Release -o release --nologo

# changes the base-tag in index.html from '/' to 'PKMDS-Blazor' to match GitHub Pages repository subdirectory
- name: Change base-tag in index.html from / to PKMDS-Blazor
Expand Down

0 comments on commit adaca3c

Please sign in to comment.