youngchief/.github/workflows/blog.yml

17 lines
373 B
YAML

name: Blog
on:
workflow_dispatch: # for manual workflow trigger
schedule:
- cron: '0 8 * * *'
jobs:
blog:
name: Blog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@v1
with:
feed_list: "https://youngchief.tk/blog.rss"
commit_message: 'Updated blog section.'