misc: move to gitea

This commit is contained in:
2026-05-02 16:04:20 -04:00
Verified
parent b6fcdd3f65
commit 1183d259c4

View File

@@ -0,0 +1,14 @@
name: Latest blog post workflow
on:
schedule:
- cron: '0 * * * *'
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
max_post_count: "4"
feed_list: "https://joshuafhiggins.abunchofknowitalls.com/index.xml"