Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renanfranca/8fe7bf5c34cbc28e849c0bc14fea2437 to your computer and use it in GitHub Desktop.
Save renanfranca/8fe7bf5c34cbc28e849c0bc14fea2437 to your computer and use it in GitHub Desktop.
Automatically show yours latest blog post at your github profile
name: Latest blog post workflow every hour
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: "5"
feed_list: "https://renanfranca.github.io/feed.xml"
@renanfranca
Copy link
Author

This gist use the awesome open source project gh_profile_readme_generator

@renanfranca
Copy link
Author

renanfranca commented Mar 18, 2022

This gist was explained in my blog post:
Create a Github stunning profile 💫 (by dynamically listing your recent blog posts)

If you enjoyed this gist, please, considering give it a star ⭐ to support me and enhanced this gist's visibility 🤩

@nielvid
Copy link

nielvid commented Mar 28, 2022

great content !

@renanfranca
Copy link
Author

great content !

Thank you! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment