Skip to content

Commit

Permalink
added cron job to deployment script (#6)
Browse files Browse the repository at this point in the history
It will automatically run every 6 hours.
  • Loading branch information
Bullrich authored Aug 6, 2024
1 parent 3466a58 commit 2210a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: ['main']
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"

env:
ARTIFACT_NAME: report
Expand Down

0 comments on commit 2210a8b

Please # to comment.