We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfffafc commit 12f6463Copy full SHA for 12f6463
.github/workflows/pull-request.yaml
@@ -35,7 +35,8 @@ jobs:
35
- name: Build
36
id: build
37
continue-on-error: true
38
- run: yarn build
+ run: CI=false yarn build # CI=false here as copy-clickhouse-repo-docs uses it as a flag to
39
+ # not look for ClickHouse repo locally but rather pull the repo
40
41
- name: Check Build Result
42
if: steps.build.outcome == 'failure' && steps.build.exitCode == 1
0 commit comments