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.
2 parents 2a6c633 + 7fb349e commit 03fc18cCopy full SHA for 03fc18c
scripts/deploy.ps1
@@ -113,7 +113,7 @@ Write-Host "Running 'npx docusaurus build'..." -ForegroundColor Gray
113
npx docusaurus build
114
if ($LASTEXITCODE) { throw 'Docusaurus build failed' }
115
116
-$BuildDir = Join-Path $PSScriptRoot 'build'
+$BuildDir = [IO.Path]::Combine($PSScriptRoot, '..', 'build')
117
if (-not (Test-Path $BuildDir)) { throw "Build folder not produced ($BuildDir)" }
118
119
if ($DryRun) {
0 commit comments