Skip to content

Commit

Permalink
Fix GHA workflow (#29)
Browse files Browse the repository at this point in the history
- To use .NET 8.x
  • Loading branch information
justinyoo authored Feb 28, 2024
1 parent 64baa92 commit 14fa94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.x'
dotnet-version: '8.x'

# - name: Set basepath on index.html
# shell: pwsh
Expand Down

0 comments on commit 14fa94f

Please sign in to comment.