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 3657121 commit 2b8e75bCopy full SHA for 2b8e75b
.github/workflows/docs-build.yml
@@ -0,0 +1,20 @@
1
+name: docs-build
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - '\d+.\d+'
8
+ pull_request_target: ~
9
+ merge_group: ~
10
11
+jobs:
12
+ docs-preview:
13
+ uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
14
+ with:
15
+ path-pattern: docs/**
16
+ permissions:
17
+ deployments: write
18
+ id-token: write
19
+ contents: read
20
+ pull-requests: read
.github/workflows/docs-cleanup.yml
@@ -0,0 +1,14 @@
+name: docs-cleanup
+ pull_request_target:
+ types:
+ - closed
+ uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@main
+ contents: none
0 commit comments