Profile
This commit is contained in:
14
.github/workflows/blog-post-workflow.yml
vendored
Normal file
14
.github/workflows/blog-post-workflow.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user