Skip to content

Commit 00e0148

Browse files
committed
Update docs
1 parent c1ca0f6 commit 00e0148

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/migration/guide/how-to-set-up-docs-previews.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ name: docs-build
2626
on:
2727
push:
2828
branches:
29-
- main
29+
- main <1>
3030
pull_request_target: ~
3131

3232
jobs:
@@ -41,8 +41,9 @@ jobs:
4141
pull-requests: read
4242
```
4343
44-
1. Reusable workflow: [elastic/docs-builder/.github/workflows/preview-build.yml](https://github.com/elastic/docs-builder/blob/main/.github/workflows/preview-build.yml)
45-
2. This should be the path to your docs folder.
44+
1. You need to adjust this to your default branch. E.g `main`, `master`, etc.
45+
2. Reusable workflow: [elastic/docs-builder/.github/workflows/preview-build.yml](https://github.com/elastic/docs-builder/blob/main/.github/workflows/preview-build.yml)
46+
3. his should be the path to your docs folder.
4647

4748
::::
4849

0 commit comments

Comments
 (0)