TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Pastebin Clone Built on GitHub Pages and GitHub Actions

2 点作者 benkaiser大约 4 年前

2 条评论

benkaiser大约 4 年前
Hey Hackernews,<p>I built this as part of proving how you could build a dynamic website using solely GitHub Pages + GitHub Actions. Here is a detailed writeup on how the approach works: <a href="https:&#x2F;&#x2F;blog.kaiser.lol&#x2F;writable-websites-using-github-pages-github-action&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.kaiser.lol&#x2F;writable-websites-using-github-pages...</a><p>It&#x27;s not pretty by any means, but it proves the basics of how you can implement a writable&#x2F;dynamic GitHub Pages site.
smashah大约 4 年前
I implemented repository dispatch endpoint yesterday to trigger docker builds in multiple dependent repos. Very powerful tool.<p>Great work and write up!