Skip to content

Commit

Permalink
❇️ Add auto deploy each day at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelfour committed Dec 2, 2024
1 parent fc63ec7 commit 5d6edcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy to GitHub Pages

on:
schedule:
- cron: '0 0 * * *'
push:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit 5d6edcb

Please sign in to comment.