Skip to content

Commit

Permalink
Build single project
Browse files Browse the repository at this point in the history
Instead of the entire solution. Fixes NETSDK1194 warning
  • Loading branch information
CyberAndrii committed Aug 26, 2023
1 parent a5cfd08 commit c149de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
working-directory: src/OpenMod.Plugins

- name: Publish with dotnet
run: dotnet publish --configuration Release --output release
run: dotnet publish src/OpenMod.Plugins/ --configuration Release --output release

# Change the base tag and segments count to match GitHub Pages repository subdirectory
- name: Configure
Expand Down

0 comments on commit c149de9

Please sign in to comment.