Skip to content

Commit

Permalink
feat: auto refresh news posts at 9am daily
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 authored Nov 7, 2023
1 parent 723b066 commit 3057a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- main

# Release new blog posts daily at 9am EST
schedule:
- cron: 0 14 * * *

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 3057a99

Please sign in to comment.