Skip to content

Commit d88f248

Browse files
authored
chore: add Netlify config for major version branch deploys (docusaurus-v2 branch) (#7787)
1 parent e4fc47b commit d88f248

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
[context.production]
1717
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
1818

19+
[context.branch-deploy]
20+
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
21+
1922
[context.deploy-preview]
2023
command = "yarn --cwd .. build:packages && yarn netlify:build:deployPreview"
2124

0 commit comments

Comments
 (0)