抓取个人博客文章目录到github主页
所用项目
gautamkrishnar/blog-post-workflow: Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
创建blog-post-workflow.yml
具体的路径应该是.github/workflows/blog-post-workfliw.yml
复制粘贴
1 | # This is a basic workflow to help you get started with Actions |
添加关键词
在你的主页的readme里面添加
1 | <!-- BLOG-POST-LIST:START --> |
给予编辑权限
在你主页仓库的settings
里,打开Actions
设置,选择general
,然后选中第一个。并点击save
保存设置。
触发流程
然后在Actions
选择触发Run workflow
然后静待结束,就大功告成了!
当然这个还有更多的参数使用,不过我懒得弄:),怎么方便怎么来吧:)
参考
利用GitHub Actions自动获取博客rss文章 | 二丫讲梵
gautamkrishnar/blog-post-workflow: Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed