diff --git a/.github/workflows/checkdocumentationbuild.yml b/.github/workflows/checkdocumentationbuild.yml index e52a2ce25..71fe82218 100644 --- a/.github/workflows/checkdocumentationbuild.yml +++ b/.github/workflows/checkdocumentationbuild.yml @@ -32,7 +32,7 @@ jobs: with: dotnet-version: 7.x - - run: dotnet tool update -g docfx + - run: dotnet tool install -g docfx --version 2.72.1 - name: Build docs shell: pwsh