mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
deploy fix
This commit is contained in:
parent
a4991582af
commit
68695e2106
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue