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 39f89b2 commit 114ff0dCopy full SHA for 114ff0d
.github/workflows/preview-build.yml
@@ -21,6 +21,10 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
24
+ - name: Bootstrap Action Workspace
25
+ if: github.repository == 'elastic/docs-builder'
26
+ uses: ./.github/actions/bootstrap
27
+
28
# we run our artifact directly please use the prebuild
29
# elastic/docs-builder@main GitHub Action for all other repositories!
30
- name: Build documentation
0 commit comments