Closed ryanvilbrandt closed 4 years ago
A good default upload date to ship comic_git with is probably 0 8 * * WED
Use these websites for reference when describing cron in the wiki:
GitHub Actions reference page: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
Note that GitHub Action scheduling is done in UTC, so users will have to be educated in UTC.
Scheduling has been added to Github Actions. I'll leave it in for now to confirm it's working as intended. After that's confirmed, I'll comment it out.
Comic update should be able to run automatically, based on a time of day. The best (and only) way I can see how to do this is updating the cron settings on the GitHub Action.
Example:
Not very new-user friendly, but what can you do?