Skip to content

Commit 16bf949

Browse files
feat: automatic build and deploy every 6 hours
1 parent b490da8 commit 16bf949

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
1212

13+
# Schedule the workflow to run every 6 hours
14+
schedule:
15+
- cron: "0 */6 * * *"
16+
1317
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1418
permissions:
1519
contents: read

0 commit comments

Comments
 (0)