mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
gh deploy workflow now runs every day 10am est, and I can also run the script using the gui
This commit is contained in:
parent
7ce0a4e86d
commit
99e08929f1
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@ -1,9 +1,12 @@
|
||||
name: Deploy Quartz site to GitHub Pages
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 15 * * *' # Runs every day at 10 AM EST
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
workflow_dispatch: # Allows manual triggering
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Loading…
Reference in New Issue
Block a user