diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index c2264a3..b7fed2f 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -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: