Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jan 8, 2021
1 parent 940f30d commit 3ed1ad6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Readme

on:
schedule:
# Once a day at 10 PM
- cron: 0 22 * * *
push:
branches:
- master

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: JasonEtco/rss-to-readme@v1
with:
feed-url: https://henkverlinde.com/blog/index.xml
readme-section: feed
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for comm
- [Netlify Community](https://community.netlify.com/)
- [Hugo Forums](https://discourse.gohugo.io/)
- [Doks Discussions](https://github.com/h-enk/doks/discussions)

## Blog
<!--START_SECTION:feed-->
<!--END_SECTION:feed-->

0 comments on commit 3ed1ad6

Please sign in to comment.