Skip to content

Commit

Permalink
update workflow configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zechiax committed Sep 9, 2024
1 parent 0879667 commit 4ef8479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '6.0.x', '8.0.x' ]
dotnet: [ '8.0.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

# Publish
- name: publish on version change
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Dotnet Setup
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
dotnet-version: '8.x'
- run: dotnet tool update -g docfx
- run: dotnet build
- run: docfx docfx.json
Expand Down

0 comments on commit 4ef8479

Please sign in to comment.