diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 08fce1c3f..e91088420 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,9 +3,9 @@ name: Deploy Documentation on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] + schedule: + # Runs at 00:00 UTC every Sunday + - cron: '0 0 * * 0' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: