Full-Stack Developer, Entrepreneur and Co-Founder of Coderplex.
Building https://coderplex.in
Checkout my portfolio at https://bhanuteja.dev
Nothing here yet.
Nice article. Even I have setup Github profile to show the latest blog posts from @hashnode. I use a different action. name : Latest blog post workflow on : schedule : # Runs every hour - 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 : feed_list : "https://blog.bhanuteja.dev/rss.xml" blog-post-workflow.yml This works based on rss feed and you can add as many feeds as you want in this.