Skip to content

Commit 97e0084

Browse files
authored
Update ghpages.yml
1 parent 64b3dfe commit 97e0084

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ghpages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Download DocFX
2626
run: |
2727
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"
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"
29+
2930
[System.IO.Compression.ZipFile]::ExtractToDirectory(".tools/docfx/docfx.zip", ".tools/docfx" )
3031
env:
3132
DOCFXVERSION: 2.77.0

0 commit comments

Comments
 (0)