ci: also run on scheduled builds
parent
72227e4b11
commit
d7fe046e94
|
@ -39,7 +39,7 @@ jobs:
|
|||
DOC_GEN_REF: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: generate and deploy docs (master only)
|
||||
if: github.event_name == 'push' && github.repository == 'leanprover/doc-gen4'
|
||||
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'leanprover/doc-gen4'
|
||||
run: |
|
||||
cd ../
|
||||
./doc-gen4/deploy_docs.sh "mathlib4" "doc-gen4" "true" "LeanInk"
|
||||
|
|
Loading…
Reference in New Issue