diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 495a3a7..9ce326e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,9 +2,8 @@ name: Deploy Pages on: - # Runs on pushes targeting the default branch - push: - tags: ["v*"] + schedule: + - cron: '0 20 * * *' # runs daily at 04:00 UTC+8 # Allows you to run this workflow manually from the Actions tab workflow_dispatch: