From ee53a62e5496d4483ea0b5f71b602db981bb7cd5 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 27 Mar 2024 15:27:05 +0100 Subject: [PATCH] e Signed-off-by: Sam Therapy --- .github/workflows/documentation.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index f8cde7d..7910689 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -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