Skip to content

Commit

Permalink
Merge pull request #813 from sys27/feature/upgrade-dotnet-9
Browse files Browse the repository at this point in the history
Fix docs publishing
  • Loading branch information
sys27 authored Nov 13, 2024
2 parents b23d942 + 7e0b9e9 commit 76bb84e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.0.x'

- run: dotnet build -c Release xFunc.sln
- run: dotnet tool update -g docfx
Expand Down

0 comments on commit 76bb84e

Please sign in to comment.