Update main.yml

This commit is contained in:
ettingshausen 2023-12-29 22:28:05 +08:00 committed by GitHub
parent 942e2a39db
commit 65d41db86a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
name: Run Custom Script name: Latest Build
on: on:
schedule:
- cron: '0 20 * * 2' # 每周二晚上8点触发
push: push:
branches: branches:
- master # 你可以根据需要更改分支名称 - master # 你可以根据需要更改分支名称
@ -20,4 +22,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public publish_dir: ./public