TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GitHub action to publish Discord help forums

1 pointsby floitschabout 2 months ago
Like many other projects we provide support through Discord. However, questions asked in Discord aren&#x27;t indexable or searchable.<p>To fix this I wrote a small GitHub action that generates transcripts for our help forum. We run that action every hour and then publish the result using GitHub pages.<p>The heavy lifting of the action is done by <a href="https:&#x2F;&#x2F;github.com&#x2F;ItzDerock&#x2F;discord-html-transcripts" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ItzDerock&#x2F;discord-html-transcripts</a>, a node.js module that creates the actual transcripts. I just wrapped it into a GitHub action so it is more easily reusable.<p>You can see our help page at <a href="https:&#x2F;&#x2F;help.toit.io" rel="nofollow">https:&#x2F;&#x2F;help.toit.io</a>, with the corresponding GitHub action here: <a href="https:&#x2F;&#x2F;github.com&#x2F;toitware&#x2F;web-help&#x2F;blob&#x2F;main&#x2F;.github&#x2F;workflows&#x2F;publish.yml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;toitware&#x2F;web-help&#x2F;blob&#x2F;main&#x2F;.github&#x2F;workf...</a>

no comments

no comments