We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b3dfe commit 97e0084Copy full SHA for 97e0084
1 file changed
.github/workflows/ghpages.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Download DocFX
26
run: |
27
mkdir .tools/docfx
28
- Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v${env:DOCFXVERSION}/docfx-win-x64-v{env:DOCFXVERSION}.zip" -OutFile ".tools/docfx/docfx.zip"
+ Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v${env:DOCFXVERSION}/docfx-win-x64-v${env:DOCFXVERSION}.zip" -OutFile ".tools/docfx/docfx.zip"
29
+
30
[System.IO.Compression.ZipFile]::ExtractToDirectory(".tools/docfx/docfx.zip", ".tools/docfx" )
31
env:
32
DOCFXVERSION: 2.77.0
0 commit comments