Temporarily disable blog workflow.
parent
ee166cff95
commit
dc6042cea8
@ -1,17 +0,0 @@
|
||||
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.'
|
Loading…
Reference in New Issue