From ceacf7b6b383b30f22f0a3e16729a1ab1f5e72d8 Mon Sep 17 00:00:00 2001 From: Nassim Kammah Date: Fri, 9 Feb 2024 20:33:10 +0100 Subject: [PATCH] Update docs-preview link (#2318) Following the migration from Jenkins to Buildkite, docs previews are now available at _bk_. More context in https://github.com/elastic/docs/pull/2898 --- .github/workflows/docs-preview-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview-comment.yml b/.github/workflows/docs-preview-comment.yml index 484e1b83d0..34371e767b 100644 --- a/.github/workflows/docs-preview-comment.yml +++ b/.github/workflows/docs-preview-comment.yml @@ -15,7 +15,7 @@ jobs: with: script: | const pr = context.payload.pull_request; - const comment = `Documentation changes preview: https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/diff`; + const comment = `Documentation changes preview: https://${context.repo.repo}_bk_${pr.number}.docs-preview.app.elstc.co/diff`; github.rest.issues.createComment({ issue_number: context.issue.number,