Skip to content

Commit bfe228a

Browse files
committed
rebuild daily
1 parent 0dbdac4 commit bfe228a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nextjs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

15+
# Runs every day to keep the workflow warm
16+
schedule:
17+
- cron: '0 0 * * *'
18+
1519
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1620
permissions:
1721
contents: read

0 commit comments

Comments
 (0)