mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 10:41:30 +08:00
Update main.yml
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-readme-with-blog:
|
update-readme-with-blog:
|
||||||
name: Update this repo's README with latest blog posts
|
name: latest blogs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -16,10 +16,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
template: $newline - [$date $title]($url)
|
template: $newline - [$date $title]($url)
|
||||||
date_format: "yyyy-mm-dd"
|
date_format: "yyyy-mm-dd"
|
||||||
feed_list: "https://blog.kazoottt.top/rss.xml,"
|
feed_list: "https://blog.kazoottt.top/rss.xml"
|
||||||
max_post_count: 50
|
max_post_count: 25
|
||||||
update-readme-with-memo:
|
update-readme-with-memo:
|
||||||
name: Update this repo's README with latest memo posts
|
name: latest memos
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Reference in New Issue
Block a user