mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
update pdf generation to run once per day
This commit is contained in:
parent
bfa6b35f2a
commit
ccf59fe678
4
.github/workflows/pdf.yml
vendored
4
.github/workflows/pdf.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: Generate Documentation PDF
|
||||
on: [push]
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue