remove pinned version (#3935)
This commit is contained in:
parent
2f492b2fc0
commit
a2c192642a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue