Skip to content

Commit

Permalink
remove pinned version (#3935)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Nov 24, 2022
1 parent 2f492b2 commit a2c1926
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: install docfx
# specifying 2.58.5 version as latest release (2.58.8) has an issue
# https://github.com/dotnet/docfx/issues/7689
run: choco install docfx -y --version=2.58.5
run: choco install docfx -y

- name: run .\build\docfx.cmd
shell: cmd
Expand Down

0 comments on commit a2c1926

Please sign in to comment.