Skip to content

Commit 08176f9

Browse files
committed
Update PublishPages.yml
1 parent dad3ad1 commit 08176f9

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/PublishPages.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,13 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v3
33-
- name: Dotnet Setup
34-
uses: actions/setup-dotnet@v3
35-
36-
- run: dotnet tool update -g docfx
37-
- run: docfx docfx/docfx.json
38-
3933
- name: Setup .NET SDK
4034
uses: actions/setup-dotnet@v4
4135
with:
42-
dotnet-version: 8.0.x
43-
- name: Install .NET WebAssembly Tools
44-
run: dotnet workload install wasm-tools
36+
dotnet-version: 10.0.x
37+
38+
- run: dotnet tool update -g docfx
39+
- run: docfx docfx/docfx.json
4540

4641
- name: Publish
4742
run: dotnet publish src/ZeroRedact.DemoSite/ZeroRedact.DemoSite.csproj -c:Release -o:publish -p:GHPages=true -p:GHPagesBase=demoWasm

0 commit comments

Comments
 (0)