Skip to content

Commit

Permalink
Add rebuild instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Dec 13, 2023
1 parent 347f4bc commit 743ff1a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/actions/docs-preview/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,23 @@ runs:
- 🔨 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})`;
- 🧪 [Buildkite vs Jenkins diff](https://github.com/elastic/built-docs/compare/${REPO}_bk_${PR}..${REPO}_${PR})
<details>
<summary>Triggering rebuilds</summary>
You can manually trigger a new Buildkite build with any of the below commands:
\`\`\`
run docs-build
run docs-build rebuild
run docs-build warnlinkcheck
run docs-build skiplinkcheck (takes precedence over the warnlinkcheck option)
buildkite test this
buildkite test this rebuild
buildkite test this warnlinkcheck
buildkite test this skiplinkcheck
\`\`\`
</details>
`;
github.rest.issues.createComment({
issue_number: PR,
Expand Down

0 comments on commit 743ff1a

Please sign in to comment.