From 61fc54e07615254af75851e55c6de0fd429b2472 Mon Sep 17 00:00:00 2001 From: Sean Prashad <13009507+seanprashad@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:41:59 -0400 Subject: [PATCH 1/2] Ensure GitHub Pages redeploys after scheduled run-cron job (#236) Fixes #234 --- .github/workflows/github-pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 2e566e85..2dfecf72 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -5,6 +5,11 @@ on: branches: - master + workflow_run: + workflows: [run-cron] + types: + - completed + workflow_dispatch: jobs: From 8d25c761f53e5e2bfcfa25f36d18e5e8a15fe0b4 Mon Sep 17 00:00:00 2001 From: seanprashad Date: Sun, 14 Aug 2022 22:45:03 +0000 Subject: [PATCH 2/2] Update questions via run-cron GitHub Action --- src/data/questions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/questions.json b/src/data/questions.json index 6fd44836..0fe8bb80 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -1,5 +1,5 @@ { - "updated": "2022-08-14T12:02:40.826736", + "updated": "2022-08-14T22:45:02.666054", "data": [ { "id": 0,