diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 512345b..57b0557 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file + publish_dir: ./public