Add net10.0 build target, update deps (#3200)
This commit is contained in:
12
.github/workflows/docs.yml
vendored
12
.github/workflows/docs.yml
vendored
@@ -19,21 +19,21 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
dotnet-version: 10.0.x
|
||||
|
||||
- name: Setup DocFX
|
||||
run: dotnet tool install -g docfx --version 2.78.3
|
||||
run: dotnet tool install -g docfx --version 2.78.4
|
||||
|
||||
- name: Build DNet docs
|
||||
run: docfx docs/docfx.json
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: static-docs
|
||||
path: docs/_site
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: static-docs
|
||||
path: output/
|
||||
|
||||
Reference in New Issue
Block a user