diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 559bddf..6c18999 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -1,10 +1,12 @@ # Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled +name: GitHub Pages on: # Runs on pushes targeting the default branch push: branches: ["main"] + schedule: + - cron: '35 5,17 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: