2021-01-08 10:20:32 +01:00
|
|
|
name: Readme
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
2021-01-11 08:53:06 +01:00
|
|
|
- cron: 0 0 * * *
|
2021-01-08 10:20:32 +01:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
update:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: JasonEtco/rss-to-readme@v1
|
|
|
|
with:
|
2021-01-08 10:30:24 +01:00
|
|
|
feed-url: https://getdoks.org/blog/index.xml
|
2021-01-08 10:20:32 +01:00
|
|
|
readme-section: feed
|