diff --git a/.github/workflows/index_site.yml b/.github/workflows/index_site.yml index 9712940d112..b8c3dae142f 100644 --- a/.github/workflows/index_site.yml +++ b/.github/workflows/index_site.yml @@ -2,10 +2,10 @@ name: Index TED Developer Docs on: #workflow_dispatch - workflow_dispatch: - schedule: + #workflow_dispatch: + #schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 4 * * *' + # - cron: '0 4 * * *' env: JOBS_REPO: github.com/OP-TED/OP-TED.github.io