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 5f22e13 commit f939f9dCopy full SHA for f939f9d
.github/workflows/preview-build.yml
@@ -6,8 +6,6 @@ on:
6
- opened
7
- synchronize
8
- reopened
9
- - labeled
10
- - unlabeled
11
push:
12
branches:
13
- main
@@ -114,13 +112,8 @@ jobs:
114
112
115
113
- name: Bootstrap Action Workspace
116
if: github.repository == 'elastic/docs-builder' && steps.deployment.outputs.result
117
-
118
uses: ./.github/actions/bootstrap
119
120
- - name: Set REDESIGN feature flag
121
- if: contains(github.event.pull_request.labels.*.name, 'redesign') && steps.deployment.outputs.result
122
- run: echo "REDESIGN=true" >> $GITHUB_ENV
123
124
# we run our artifact directly please use the prebuild
125
# elastic/docs-builder@main GitHub Action for all other repositories!
126
- name: Build documentation
0 commit comments