deploy fix

This commit is contained in:
sebastienlorber 2022-07-01 15:47:40 +02:00
parent a4991582af
commit 68695e2106
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,7 @@ on:
- main
paths:
- packages/docusaurus/src/commands/deploy.ts
- .github/workflows/tests-cli-deploy.yml
# We queue those jobs on purpose to avoid race conditions
# Using a single static deploy branch: good enough

View File

@ -14,8 +14,6 @@ import {hasSSHProtocol, buildSshUrl, buildHttpsUrl} from '@docusaurus/utils';
import {loadContext, type LoadContextOptions} from '../server';
import {build} from './build';
// Test temporary comment to trigger CI
export type DeployCLIOptions = Pick<
LoadContextOptions,
'config' | 'locale' | 'outDir'