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 dad3ad1 commit 08176f9Copy full SHA for 08176f9
1 file changed
.github/workflows/PublishPages.yml
@@ -30,18 +30,13 @@ jobs:
30
steps:
31
- name: Checkout
32
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
39
- name: Setup .NET SDK
40
uses: actions/setup-dotnet@v4
41
with:
42
- dotnet-version: 8.0.x
43
- - name: Install .NET WebAssembly Tools
44
- run: dotnet workload install wasm-tools
+ dotnet-version: 10.0.x
+
+ - run: dotnet tool update -g docfx
+ - run: docfx docfx/docfx.json
45
46
- name: Publish
47
run: dotnet publish src/ZeroRedact.DemoSite/ZeroRedact.DemoSite.csproj -c:Release -o:publish -p:GHPages=true -p:GHPagesBase=demoWasm
0 commit comments