Temporarily disable blog workflow.

This commit is contained in:
youngchief btw ツ 2023-02-13 12:23:53 -08:00 committed by GitHub
parent ee166cff95
commit dc6042cea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -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.'