diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9776904..2daac24 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,10 @@ on: # there without a corresponding push to this repo. schedule: - cron: '17 9 * * *' + # Product repos fire this when their docs change, so the site rebuilds + # immediately instead of waiting for the daily schedule above. + repository_dispatch: + types: [docs-updated] permissions: contents: read