Also deploy site on schedule event

This commit is contained in:
Philipp Oppermann
2019-10-18 15:02:09 +02:00
parent 8e0d70da8b
commit a439f96384

View File

@@ -71,7 +71,7 @@ jobs:
name: "Deploy Generated Site" name: "Deploy Generated Site"
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build_site, check_spelling] 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: steps:
- name: "Download Generated Site" - name: "Download Generated Site"