From d7fe046e9404c908d0897b97ab0ed085d28f005c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20B=C3=B6ving?= Date: Thu, 6 Oct 2022 22:10:53 +0200 Subject: [PATCH] ci: also run on scheduled builds --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fe55fd..6e7108f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: DOC_GEN_REF: ${{ github.event.pull_request.head.sha }} - name: generate and deploy docs (master only) - if: github.event_name == 'push' && github.repository == 'leanprover/doc-gen4' + if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'leanprover/doc-gen4' run: | cd ../ ./doc-gen4/deploy_docs.sh "mathlib4" "doc-gen4" "true" "LeanInk"