mirror of
https://github.com/tiennm99/miti99.git
synced 2026-05-21 08:25:00 +00:00
Add scheduled build to Hugo workflow
Introduces a cron schedule to the GitHub Actions workflow for Hugo, triggering a build and deploy every day at midnight in addition to builds on push to main.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
name: Build and deploy
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user