From 1910d75a7916d5dc000f5cb3a0b82117d3509564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Wed, 23 Nov 2022 13:56:16 -0800 Subject: [PATCH] Blog activity in README. --- .github/workflows/blog.yml | 15 +++++++++++++++ README.md | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 .github/workflows/blog.yml diff --git a/.github/workflows/blog.yml b/.github/workflows/blog.yml new file mode 100644 index 0000000..0823f09 --- /dev/null +++ b/.github/workflows/blog.yml @@ -0,0 +1,15 @@ +name: Update blog posts section. + +on: + schedule: + # Once a day at 8 AM + - cron: 0 8 * * * + +jobs: + update: + runs-on: ubuntu-latest + steps: + - uses: JasonEtco/rss-to-readme@v1 + with: + feed-url: https://youngchief.tk/blog.rss + readme-section: Blog \ No newline at end of file diff --git a/README.md b/README.md index 3ef6d5d..f54c351 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ My website: https://ycws.vercel.app ![YoungChief's wakatime stats](https://github-readme-stats.vercel.app/api/wakatime?username=youngchief&show_icons=true&theme=tokyonight&layout=compact) +--- + +# Blog + +