Skip to content

Commit d9146d2

Browse files
build fix
1 parent 57a4d10 commit d9146d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 8.0.x
15+
dotnet-version: 9.0.x
1616
- name: Publish with dotnet
1717
run: dotnet publish ./src --configuration Release --output build
1818
- name: Deploy to Github Pages

0 commit comments

Comments
 (0)