This commit is contained in:
2024-06-26 23:15:20 -04:00
Unverified
parent 9a894e5b9a
commit d9eb2d247e
2 changed files with 53 additions and 0 deletions

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.github.io/index.xml"