# GitHub Actions로 TIL README 인덱스 자동 생성하기

> Clean Markdown view of GeekNews topic #1936. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1936](https://news.hada.io/topic?id=1936)
- GeekNews Markdown: [https://news.hada.io/topic/1936.md](https://news.hada.io/topic/1936.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-21T12:47:59+09:00
- Updated: 2020-04-21T12:47:59+09:00
- Original source: [simonwillison.net](https://simonwillison.net/2020/Apr/20/self-rewriting-readme/)
- Points: 10
- Comments: 3

## Topic Body

- TIL : Today I Learned

- 새로운 TIL이 추가될때마다 자동으로 첫화면 README에 해당 항목이 추가

1. 변경시 자동 체크아웃후 SQLite에 저장후 리드미 생성

2. SQLite DB를 Datesette + Zeit Now 로 검색 가능하도록 배포

## Comments



### Comment 1665

- Author: xguru
- Created: 2020-04-26T12:49:03+09:00
- Points: 2

TILs

https://til.hashrocket.com/

https://www.sarasoueidan.com/today-i-learned/

https://til.cybertec-postgresql.com/

https://til.secretgeek.net/

https://github.com/cheese10yun/TIL

https://junwoo45til.netlify.app/#/

### Comment 1629

- Author: xguru
- Created: 2020-04-21T13:33:19+09:00
- Points: 2

5년동안 적었다는 Josh Branchaud 의 TIL 이 많은 사람들에게 영감을 주는듯. (현재 약 909개의 항목)

 https://github.com/jbranchaud/til

### Comment 1628

- Author: xguru
- Created: 2020-04-21T12:48:03+09:00
- Points: 4

비슷하지만 좀 더 간단한 구현도 있음. 이건 README만 자동 생성

https://github.com/aicioara/til/blob/master/github/github-actions.md

이거는 Develop 브랜치에 커밋하면, Master로 옮겨서 README를 생성

https://github.com/mlpetersen/til/blob/develop/.github/workflows/BuildAndDeployToMaster.yml
