mirror of
https://github.com/y377/189pan.git
synced 2023-10-27 09:09:29 +08:00
Update jekyll-gh-pages.yml
添加定时,每天的5:35和17:35运行pages
This commit is contained in:
parent
a0b7b11332
commit
fec4153be0
4
.github/workflows/jekyll-gh-pages.yml
vendored
4
.github/workflows/jekyll-gh-pages.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user