diff --git a/.github/workflows/tests-cli-deploy.yml b/.github/workflows/tests-cli-deploy.yml index 46b87a3bde..4563620034 100644 --- a/.github/workflows/tests-cli-deploy.yml +++ b/.github/workflows/tests-cli-deploy.yml @@ -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 diff --git a/packages/docusaurus/src/commands/deploy.ts b/packages/docusaurus/src/commands/deploy.ts index cd1deae410..530d159b11 100644 --- a/packages/docusaurus/src/commands/deploy.ts +++ b/packages/docusaurus/src/commands/deploy.ts @@ -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'