chore: Schedule documentation deployment on Sundays (#3942)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich
2025-12-09 18:07:27 -06:00
committed by GitHub
parent f2004fbeea
commit a3b44352f8

View File

@@ -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: