From 030152295e3bfdf0d7cb2741d59c4f6e5947c581 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 15 Apr 2021 21:38:00 +0100 Subject: docs: edit --- .github/workflows/updater-wip.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/updater-wip.yml (limited to '.github') diff --git a/.github/workflows/updater-wip.yml b/.github/workflows/updater-wip.yml new file mode 100644 index 00000000..4ffb557c --- /dev/null +++ b/.github/workflows/updater-wip.yml @@ -0,0 +1,17 @@ +name: Updater (WIP) + +on: + schedule: + - cron: 0 0 */3 * * + push: + branches: + - master + +jobs: + update: + runs-on: ubuntu-latest + steps: + - uses: wowchemy/gh-action-updater@v1 + with: + feed-url: https://wowchemy.com/blog/index.xml + readme-section: news -- cgit v1.2.3