We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4538c2e commit d19a3edCopy full SHA for d19a3ed
1 file changed
.github/workflows/static.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Download docfx
43
run: |
44
$client = new-object System.Net.WebClient
45
- $client.DownloadFile("https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip")
+ $client.DownloadFile("https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip","./docfx.zip")
46
- name: Setup docfx
47
48
Expand-Archive ./docfx.zip -d ./docfx
0 commit comments