Skip to content

Commit

Permalink
Update docs-preview link (elastic#2318)
Browse files Browse the repository at this point in the history
Following the migration from Jenkins to Buildkite, docs previews are now available at <repo>_bk_<PR>.

More context in elastic/docs#2898
  • Loading branch information
nkammah authored Feb 9, 2024
1 parent 4115b40 commit ceacf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ceacf7b

Please sign in to comment.