Skip to content

Commit

Permalink
Update to DocFX v2.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Archomeda committed May 23, 2020
1 parent f07833a commit 9bf7024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Download docfx
shell: powershell
run: |
Invoke-WebRequest https://github.com/dotnet/docfx/releases/download/v2.43.3/docfx.zip -OutFile docfx.zip
Invoke-WebRequest https://github.com/dotnet/docfx/releases/download/v2.53.1/docfx.zip -OutFile docfx.zip
7z e docfx.zip
- name: Generate docs
run: ./docfx.exe docs/docfx.json
Expand Down

0 comments on commit 9bf7024

Please sign in to comment.