mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-13 17:14:25 -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
|
name: Generate Documentation PDF
|
||||||
on: [push]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue