From aed1a2c41984305fc35ab78600489d566b59fa13 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Fri, 20 Sep 2024 14:48:38 +0200 Subject: [PATCH] Bump docfx to 2.77.0 (#356) --- .github/workflows/build-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index b9da1f6a..5e9ddc7c 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -59,7 +59,7 @@ jobs: # You can get the docfx default template via the following command: docfx template export default # This will put the default template folder into a directory called _exported_templates - name: Get docfx - run: dotnet tool install --version 2.61.0 -g docfx + run: dotnet tool install --version 2.77.0 -g docfx - name: Build docs run: docfx