Skip to content

Commit 4c0811e

Browse files
committed
Fixed: no failure on broken link in docs build
1 parent 9bd6d59 commit 4c0811e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build-dev.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if (-Not $NoBuild -Or -Not (Test-Path -Path _site)) {
6969
dotnet tool restore
7070

7171
$env:DOCFX_SOURCE_BRANCH_NAME="dev"
72-
dotnet exec docfx-net10-binaries/docfx.dll -- docfx.json --warningsAsErrors true
72+
dotnet exec docfx-net10-binaries/docfx.dll docfx.json --warningsAsErrors true
7373

7474
Copy-Item -Force home/*.html _site/
7575
Copy-Item -Force home/*.ico _site/

0 commit comments

Comments
 (0)