By adding this to the book deploy workflow, the publication list will be updated every Sunday at midnight: on: schedule: - cron: '0 0 * * 0' # Runs every Sunday at midnight
By adding this to the book deploy workflow, the publication list will be updated every Sunday at midnight:
on:
schedule:
- cron: '0 0 * * 0' # Runs every Sunday at midnight