Update jekyll-gh-pages.yml

添加定时,每天的5:35和17:35运行pages
This commit is contained in:
y377 2023-08-04 18:25:51 +08:00 committed by GitHub
parent a0b7b11332
commit fec4153be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: