Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ jobs:
(c) => c.user.type === "Bot" && c.body.includes("Documentation Preview")
);

const body = `## Documentation Preview

:book: **Preview URL:** ${previewUrl}

_Built from commit ${context.sha.substring(0, 7)}_`;
const body = `## Documentation Preview\n\n📖 **Preview URL:** ${previewUrl}\n\n_Built from commit ${context.sha.substring(0, 7)}_`;

if (botComment) {
await github.rest.issues.updateComment({
Expand Down