From 68c642c6fb6fbca00a9809ac5fcfede0b32f4aba Mon Sep 17 00:00:00 2001 From: Max Korbel Date: Tue, 19 Sep 2023 10:41:38 -0700 Subject: [PATCH] run immediately --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 1587e3f03..405935540 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -61,7 +61,7 @@ jobs: deploy-documentation: name: Deploy Documentation - needs: run-checks + # needs: run-checks # if: github.event_name == 'push' permissions: contents: write # required for "JamesIves/github-pages-deploy-action"