From 3c21f3b9ba788d3eabbefbb91da061fdd8157876 Mon Sep 17 00:00:00 2001 From: Hackall <36754621+hackall360@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:40:58 -0700 Subject: [PATCH] docs: reference PolliLib client --- index.html | 10 +++++----- tests/pollilib-smoke.mjs | 4 +--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 5ee4018..e41683f 100644 --- a/index.html +++ b/index.html @@ -461,11 +461,11 @@ - - - - - + + + + + diff --git a/tests/pollilib-smoke.mjs b/tests/pollilib-smoke.mjs index b97e763..d721ac3 100644 --- a/tests/pollilib-smoke.mjs +++ b/tests/pollilib-smoke.mjs @@ -169,9 +169,7 @@ await step('index.html contains critical tags', async () => { const { ok, fail, text } = summary(); console.log('\n' + text + '\n'); if (process.env.GITHUB_STEP_SUMMARY) { - const md = ['# PolliLib Smoke Tests', '', '``` -' + text + ' -```'].join('\n'); + const md = ['# PolliLib Smoke Tests', '', '```', text, '```'].join('\n'); await fs.appendFile(process.env.GITHUB_STEP_SUMMARY, md + '\n'); } // Exit non-zero if any failures to make failures visible in CI (deployment workflow is independent)