This is an automated email from the ASF dual-hosted git repository.
shazwazza pushed a commit to branch docs/bugfix/testing-website-build
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to
refs/heads/docs/bugfix/testing-website-build by this push:
new 6e12688 use newer docfx - will trigger file changes so we can see if
the PR push works.
6e12688 is described below
commit 6e126887c39f640e1aed9cc0f5e446ddd6ca3df6
Author: Shannon <[email protected]>
AuthorDate: Tue Aug 17 15:26:01 2021 -0600
use newer docfx - will trigger file changes so we can see if the PR push
works.
---
websites/site/site.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/websites/site/site.ps1 b/websites/site/site.ps1
index 60e65d0..fab49c0 100644
--- a/websites/site/site.ps1
+++ b/websites/site/site.ps1
@@ -52,7 +52,7 @@ if (-not (test-path $DocFxExe))
{
Write-Host "Retrieving docfx..."
$DocFxZip = "$ToolsFolder\tmp\docfx.zip"
- Invoke-WebRequest
"https://github.com/dotnet/docfx/releases/download/v2.56.6/docfx.zip" -OutFile
$DocFxZip -TimeoutSec 60
+ Invoke-WebRequest
"https://github.com/dotnet/docfx/releases/download/v2.57.2/docfx.zip" -OutFile
$DocFxZip -TimeoutSec 60
#unzip
Expand-Archive $DocFxZip -DestinationPath (Join-Path -Path $ToolsFolder
-ChildPath "docfx")
}