diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 3e6251c..46f3cc6 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -12,6 +12,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + # Runs every day to keep the workflow warm + schedule: + - cron: '0 0 * * *' + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read