Skip to content

Commit 0301522

Browse files
committed
docs: edit
1 parent db82d1b commit 0301522

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/updater-wip.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Updater (WIP)
2+
3+
on:
4+
schedule:
5+
- cron: 0 0 */3 * *
6+
push:
7+
branches:
8+
- master
9+
10+
jobs:
11+
update:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: wowchemy/gh-action-updater@v1
15+
with:
16+
feed-url: https://wowchemy.com/blog/index.xml
17+
readme-section: news

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ To help us develop this template and software sustainably under the MIT license,
3232
- [Open book](https://unsplash.com/photos/J4kK8b9Fgj8)
3333
- [Course](https://unsplash.com/photos/JKUTrJ4vK00)
3434

35+
## Latest news
36+
<!--START_SECTION:news-->
37+
<!--END_SECTION:news-->
38+
3539
[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/starter-academic/readme?pixel)](https://github.com/igrigorik/ga-beacon)

0 commit comments

Comments
 (0)