ci: force retry

This commit is contained in:
mikerambil
2025-07-08 19:54:19 -05:00
parent 3f32aa5627
commit 3f6694b076
25 changed files with 3 additions and 1325 deletions

View File

@@ -110,7 +110,9 @@ function renderExamples(examples) {
if (!examples || !examples.length) return '';
let out = '';
examples.forEach((ex) => {
out += `- **${ex.description || ''}**\n\n \`\`\`sh\n${ex.code}\n\`\`\`\n`;
out += `- **${ex.description || ''}**\n\n
\`\`\`sh\n${ex.code}\n\`\`\`
`;
});
return renderSection('Examples', out);
}