diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index f9a4806d..8f0d14d0 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -71,7 +71,7 @@ jobs: name: "Deploy Generated Site" runs-on: ubuntu-latest needs: [build_site, check_spelling] - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule') steps: - name: "Download Generated Site"