Skip to content

Latest Blog Posts

Latest Blog Posts #702

Workflow file for this run

name: Latest Blog Posts
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/blog-post-workflow@v1
with:
feed_list: "https://chris-ayers.com/feed.xml"
max_post_count: 5