We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df5d15 commit 0605582Copy full SHA for 0605582
.github/workflows/comment-on-asciidoc-changes.yml
.github/workflows/docs-build.yml
@@ -0,0 +1,19 @@
1
+name: docs-build
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request_target: ~
8
+ merge_group: ~
9
10
+jobs:
11
+ docs-preview:
12
+ uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
13
+ with:
14
+ path-pattern: docs/**
15
+ permissions:
16
+ deployments: write
17
+ id-token: write
18
+ contents: read
19
+ 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