From 2052627f14954cde4eee9c648d498faffe6d95de Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Sat, 22 May 2021 09:49:31 +0200 Subject: [PATCH 13/14] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 4a89be7..d8239a9 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,3 @@ 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 - -* [Doks v0.2](https://getdoks.org/blog/doks-v0.2/) -* [Say hello to Doks 👋](https://getdoks.org/blog/say-hello-to-doks/) - From 034bb4730a3f26f75d90c2bf82b620fe08e156d7 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Sat, 22 May 2021 09:50:03 +0200 Subject: [PATCH 14/14] Delete readme.yml --- .github/workflows/readme.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/readme.yml diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml deleted file mode 100644 index 9b40ec7..0000000 --- a/.github/workflows/readme.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Readme - -on: - schedule: - - cron: 0 18 * * * - push: - branches: - - master - -jobs: - update: - runs-on: ubuntu-latest - steps: - - uses: JasonEtco/rss-to-readme@v1 - with: - feed-url: https://getdoks.org/blog/index.xml - readme-section: feed \ No newline at end of file