Skip to content

Commit

Permalink
gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Oct 25, 2023
1 parent 2b38265 commit 2f92ad4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v3
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x

- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.x

- name: Build / Release
shell: pwsh
Expand Down

0 comments on commit 2f92ad4

Please sign in to comment.