Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
4f384523a6
commit
ee53a62e54
1 changed files with 3 additions and 0 deletions
3
.github/workflows/documentation.yaml
vendored
3
.github/workflows/documentation.yaml
vendored
|
@ -1,3 +1,5 @@
|
|||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [Benchmarks]
|
||||
|
@ -29,6 +31,7 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 8.x
|
||||
- run: dotnet tool update -g docfx
|
||||
- run: dotnet tool restore
|
||||
- name: Build website
|
||||
run: dotnet docfx docs/docfx.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue