Merge pull request #192 from mainmatter/ci-schedule

chore(ci): re-create book artifacts at the beginning of each month
This commit is contained in:
Henk Oordt 2024-10-28 13:33:42 +01:00 committed by GitHub
commit 12fb62d8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,10 @@ on:
pull_request:
branches:
- main
workflow_dispatch:
schedule:
# First day of a month
- cron: '0 0 1 * *'
jobs:
build: