File tree Expand file tree Collapse file tree 6 files changed +52
-0
lines changed Expand file tree Collapse file tree 6 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Generate RSS
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+
7
+ workflow_dispatch :
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-latest
12
+
13
+ steps :
14
+ - uses : actions/checkout@v3
15
+ - name : Generate RSS
16
+ uses : opensource-f2f/open-podcasts@master
17
+ with :
18
+ server : https://github.com/opensource-f2f/devops-talk/
19
+ - name : Update
20
+ run : |
21
+ git config --local user.email "[email protected] "
22
+ git config --local user.name "rick"
23
+ git add .
24
+ git commit -m "Auto commit by rick's bot, ci skip"
25
+ git push https://linuxsuren:${{ secrets.GH_SECRETS }}@github.com/opensource-f2f/devops-talk.git HEAD:master
Original file line number Diff line number Diff line change
1
+ * .rss
Original file line number Diff line number Diff line change
1
+ [ ![ Rss] ( https://img.shields.io/badge/rss-F88900?style=flat&logo=rss&logoColor=white )] ( https://linuxsuren-bot.github.io/devops-talk/test.rss )
2
+ ![ GitHub All Releases] ( https://img.shields.io/github/downloads/linuxsuren-bot/devops-talk/total )
3
+
1
4
播客作为一种音频节目,相比于视频,是一种无需同时占用你的视觉和听觉的灵活形式。我们可以在非常多的场合下,通过收听播客获取咨询、知识、观点,例如:
2
5
3
6
* 工作日的通勤时间
Original file line number Diff line number Diff line change
1
+ title : DevOps 的内涵与外延
2
+ description : |
3
+ * 00:20 小马哥自我介绍
4
+ * 01:25 DevOps 涉及到哪些工作岗位p
5
+ * 06:51 小马哥的 DevOps 从业经历
6
+ * 18:10 今天要“发版”的潜台词就是要加班、熬夜了
7
+ * 21:38 只有用户在用的功能才是有价值的
8
+ * 40:03 聊聊配置管理岗位
9
+ * 46:04 Git 的流行对 DevOps 的推广有很大的帮助作用
10
+ * 49:29 从事 DevOps 领域相关的工作,需要哪些技能呢
11
+ * 57:36 可能有人以为 Jenkins 还需要破解
12
+ * 67:26 如何在开源社区中提问
13
+ index : 1
14
+ filename : " 001.mp3"
15
+ localStorage : github-release
Original file line number Diff line number Diff line change
1
+ title : DevOps Talk
2
+ description : 用声音传递 DevOps 业内信息
3
+ author : Rick
4
+
5
+ image : " https://avatars.githubusercontent.com/u/1450685"
6
+ categories :
7
+ - Technology
8
+ localStorage : github-release
You can’t perform that action at this time.
0 commit comments