Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ if ($LASTEXITCODE) { throw 'npm ci failed' }

Prepare-RobotsTxt

Write-Host "Running 'npx docusaurus build'..." -ForegroundColor Gray
npx docusaurus build
Write-Host "Running 'npm run build'..." -ForegroundColor Gray
npm run build
if ($LASTEXITCODE) { throw 'Docusaurus build failed' }

$BuildDir = [IO.Path]::Combine($PSScriptRoot, '..', 'build')
Expand Down