update pdf generation to run once per day

This commit is contained in:
thomas.ekstrand 2024-02-24 16:15:56 -06:00
parent bfa6b35f2a
commit ccf59fe678

View file

@ -1,5 +1,7 @@
name: Generate Documentation PDF
on: [push]
on:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest