diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 6c18999..d3a3713 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -5,7 +5,7 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] - schedule: + schedule: - cron: '35 5,17 * * *' # Allows you to run this workflow manually from the Actions tab