mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Also deploy site on schedule event
This commit is contained in:
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user