From fec4153be07f3cd5b8f6f58e6fec20f9a6ef4fcf Mon Sep 17 00:00:00 2001 From: y377 <58632405+y377@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:25:51 +0800 Subject: [PATCH] Update jekyll-gh-pages.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加定时,每天的5:35和17:35运行pages --- .github/workflows/jekyll-gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: