Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Adds a reminder to double-check images in the Buildkite preview.
  • Loading branch information
jmikell821 authored Dec 12, 2023
1 parent e1349f0 commit 1fe785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docs-preview/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
const { REPO, PR, PREVIEW_PATH } = process.env
const comment = `A documentation preview will be available soon.
Help us out by validating the Buildkite preview and reporting issues [here](https://github.com/elastic/docs/issues/new?labels=buildkite-migration,bug).
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)
Expand Down

0 comments on commit 1fe785b

Please sign in to comment.