Skip to content

Commit fc97492

Browse files
committed
Updated build-docs to not use a hardcoded URL
* It had the wrong one, which created a real mess.
1 parent a13921c commit fc97492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build-Docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ try
9090
}
9191

9292
Write-Information "Cloning Docs repository"
93-
Invoke-Git clone https://github.com/UbiquityDotNET/Llvm.NET.git -b gh-pages $docsOutputPath -q
93+
Invoke-Git clone $buildInfo['OfficialGitRemoteUrl'] -b gh-pages $docsOutputPath -q
9494
}
9595

9696
# remove all contents from 'current' docs to ensure clean generated docs for this release

0 commit comments

Comments
 (0)