Skip to content

Commit 65c5720

Browse files
committed
Always use the same branch name when building docs locally
1 parent b6369d1 commit 65c5720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build-dev.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if (-Not $NoBuild -Or -Not (Test-Path -Path _site)) {
4545
dotnet tool restore
4646
VerifySuccessExitCode
4747

48+
$env:DOCFX_SOURCE_BRANCH_NAME="dev"
4849
dotnet docfx ./docfx.json --warningsAsErrors true
4950
VerifySuccessExitCode
5051

0 commit comments

Comments
 (0)