Update jekyll-gh-pages.yml

This commit is contained in:
y377 2023-08-05 11:45:14 +08:00 committed by GitHub
parent 8707b1026f
commit 8de5ebb444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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