Browse Source

feat: PDF activated for EN

Vaclav Elias 2 years ago
parent
commit
1c746796d5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      BuildDocs.ps1

+ 3 - 0
BuildDocs.ps1

@@ -189,6 +189,9 @@ function Build-EnglishDoc {
     # Output to both build.log and console
     docfx build en/docfx.json -o $outputDirectory | Write-Host
 
+    # Build pdf files
+    docfx pdf en/docfx.json -o $outputDirectory | Write-Host
+
     return $LastExitCode
 }