We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a4d10 commit d9146d2Copy full SHA for d9146d2
.github/workflows/gh-pages.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
16
- name: Publish with dotnet
17
run: dotnet publish ./src --configuration Release --output build
18
- name: Deploy to Github Pages
0 commit comments