mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +00:00
Update main.yml
This commit is contained in:
parent
942e2a39db
commit
65d41db86a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
name: Run Custom Script
|
||||
name: Latest Build
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 20 * * 2' # 每周二晚上8点触发
|
||||
push:
|
||||
branches:
|
||||
- master # 你可以根据需要更改分支名称
|
||||
|
|
@ -20,4 +22,4 @@ jobs:
|
|||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
publish_dir: ./public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue