Skip to content

Commit

Permalink
test cron build
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolerena committed Oct 10, 2024
1 parent 579f2da commit 1689143
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
repository_dispatch:
types: [ trigger ] # You can specify a custom event type

schedule:
- cron: '25 * * * *' # Runs at minute 0 of every hour (UTC)


permissions:
contents: read
pages: write
Expand Down

0 comments on commit 1689143

Please sign in to comment.