We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13921c commit fc97492Copy full SHA for fc97492
Build-Docs.ps1
@@ -90,7 +90,7 @@ try
90
}
91
92
Write-Information "Cloning Docs repository"
93
- Invoke-Git clone https://github.com/UbiquityDotNET/Llvm.NET.git -b gh-pages $docsOutputPath -q
+ Invoke-Git clone $buildInfo['OfficialGitRemoteUrl'] -b gh-pages $docsOutputPath -q
94
95
96
# remove all contents from 'current' docs to ensure clean generated docs for this release
0 commit comments