mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 23:50:18 +01:00
Update ghpages.yml
This commit is contained in:
parent
64b3dfe65f
commit
97e0084216
3
.github/workflows/ghpages.yml
vendored
3
.github/workflows/ghpages.yml
vendored
|
|
@ -25,7 +25,8 @@ jobs:
|
|||
- name: Download DocFX
|
||||
run: |
|
||||
mkdir .tools/docfx
|
||||
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"
|
||||
|
||||
[System.IO.Compression.ZipFile]::ExtractToDirectory(".tools/docfx/docfx.zip", ".tools/docfx" )
|
||||
env:
|
||||
DOCFXVERSION: 2.77.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue