.github/cd: daily pushes for entgo.io website (#1430)

* .github/cd: daily pushes for entgo.io website

Every day at 9:00 AM UTC (12PM in Jerusalem).

* ignore deployments on weekend
This commit is contained in:
Ariel Mashraki
2021-04-07 12:20:27 +03:00
committed by GitHub
parent 2cc1c628dc
commit 2cc76e2470

View File

@@ -5,6 +5,8 @@ on:
- master
paths:
- 'doc/**'
schedule:
- cron: "0 9 * * 0-5"
jobs:
docs: