gh deploy workflow now runs every day 10am est, and I can also run the script using the gui

This commit is contained in:
Rami Maalouf 2024-06-03 23:27:37 -04:00
parent 7ce0a4e86d
commit 99e08929f1
No known key found for this signature in database

View File

@ -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