Skip to content

Commit 4159da4

Browse files
committed
Fix order
1 parent 6289e68 commit 4159da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
4343
1. The naming is important so that the `docs-deploy` workflow is triggered.
4444
2. You can omit the `push` event if you only want to build the docs on PRs.
45-
3. This should be the path to your docs folder.
46-
4. Reusable workflow: [elastic/docs-builder/.github/workflows/preview-build.yml](https://github.com/elastic/docs-builder/blob/main/.github/workflows/preview-build.yml)
45+
3. Reusable workflow: [elastic/docs-builder/.github/workflows/preview-build.yml](https://github.com/elastic/docs-builder/blob/main/.github/workflows/preview-build.yml)
46+
4. This should be the path to your docs folder.
4747

4848

4949
::::

0 commit comments

Comments
 (0)