Skip to content

Commit ceacf7b

Browse files
authored
Update docs-preview link (#2318)
Following the migration from Jenkins to Buildkite, docs previews are now available at <repo>_bk_<PR>. More context in elastic/docs#2898
1 parent 4115b40 commit ceacf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-preview-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
script: |
1717
const pr = context.payload.pull_request;
18-
const comment = `Documentation changes preview: https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/diff`;
18+
const comment = `Documentation changes preview: https://${context.repo.repo}_bk_${pr.number}.docs-preview.app.elstc.co/diff`;
1919
2020
github.rest.issues.createComment({
2121
issue_number: context.issue.number,

0 commit comments

Comments
 (0)