We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a9aac commit 6cbb8baCopy full SHA for 6cbb8ba
1 file changed
.buildkite/scripts/steps/docs.ts
@@ -13,6 +13,8 @@ void (async () => {
13
await yarnInstall();
14
await yarnInstall('docs');
15
16
+ process.exit(1);
17
+
18
if (bkEnv.isPullRequest) {
19
await createOrUpdateDeploymentComment({
20
state: 'pending',
0 commit comments