Skip to content

Commit

Permalink
update GH action to drop Jenkins references
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Jan 18, 2024
1 parent 5a77790 commit e65dc22
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/docs-preview/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ runs:
const { REPO, PR, PREVIEW_PATH } = process.env
const comment = `A documentation preview will be available soon.<br>
Help us out by validating the Buildkite preview and reporting issues [here](https://github.com/elastic/docs/issues/new?labels=buildkite-migration,bug).
Please also be sure to **double check all images to ensure they are correct** in the preview.
- πŸ”¨ Buildkite [builds](https://buildkite.com/elastic/docs-build-pr/builds?meta_data[repo_pr]=${REPO}_${PR})
- πŸ“š HTML diff: [Buildkite](https://${REPO}_bk_${PR}.docs-preview.app.elstc.co/diff) - [Jenkins](https://${REPO}_${PR}.docs-preview.app.elstc.co/diff)
- πŸ“™ Preview: [Buildkite](https://${REPO}_bk_${PR}.docs-preview.app.elstc.co/${PREVIEW_PATH}) - [Jenkins](https://${REPO}_${PR}.docs-preview.app.elstc.co/${PREVIEW_PATH})
- πŸ§ͺ [Buildkite vs Jenkins diff](https://github.com/elastic/built-docs/compare/${REPO}_bk_${PR}..${REPO}_${PR})
- πŸ“š HTML [diff](https://${REPO}_${PR}.docs-preview.app.elstc.co/diff)
- πŸ“™ Preview [page](https://${REPO}_${PR}.docs-preview.app.elstc.co/${PREVIEW_PATH})
<details>
<summary>Request a new doc build by commenting</summary>
Expand Down

0 comments on commit e65dc22

Please sign in to comment.