Skip to content

Commit

Permalink
Install docfx as global tool
Browse files Browse the repository at this point in the history
Install docfx as a global tool as an attempted workaround.
  • Loading branch information
martincostello committed Oct 30, 2023
1 parent b45ba63 commit acdd331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
- name: Build Polly
run: dotnet build --configuration Release /p:SKIP_POLLY_ANALYZERS=true

- name: Restore .NET tools
run: dotnet tool restore
# Install docfx as a global tool to work around https://github.com/dotnet/sdk/issues/36539
- name: Install docfx
run: dotnet tool install docfx --global --version 2.72.0

- name: Generate documentation
run: dotnet docfx docs/docfx.json
Expand Down

0 comments on commit acdd331

Please sign in to comment.