Skip to content

Commit 6cbb8ba

Browse files
committed
prevent docs deployment
1 parent 12a9aac commit 6cbb8ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.buildkite/scripts/steps/docs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ void (async () => {
1313
await yarnInstall();
1414
await yarnInstall('docs');
1515

16+
process.exit(1);
17+
1618
if (bkEnv.isPullRequest) {
1719
await createOrUpdateDeploymentComment({
1820
state: 'pending',

0 commit comments

Comments
 (0)