Skip to content

Commit

Permalink
Add midnight deploy trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaktor committed Jun 27, 2024
1 parent 19ea690 commit 729e5e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
# Schedule the workflow to run every night at midnight UTC
schedule:
- cron: "0 0 * * *"

# Allow this job to clone the repo and create a page deployment
permissions:
Expand Down

0 comments on commit 729e5e5

Please sign in to comment.