File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ name: nightly-build
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 0 0 * * * ' # Daily “At 00:00”
6+ - cron : ' 0 0 * * 0 ' # Weekly Sunday at 00:00
77
88jobs :
99 build :
1010 if : ${{ github.repository_owner == 'ProjectPythia' }}
1111 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212 with :
1313 environment_name : cookbook-dev
14+ binder_nb_timeout : 3600 # one hour run time
1415
1516 link-check :
1617 if : ${{ github.repository_owner == 'ProjectPythia' }}
Original file line number Diff line number Diff line change 1111 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212 with :
1313 environment_name : cookbook-dev
14+ binder_nb_timeout : 3600 # one hour run time
1415
1516 deploy :
1617 needs : build
Original file line number Diff line number Diff line change 88 with :
99 environment_name : cookbook-dev
1010 artifact_name : book-zip-${{ github.event.number }}
11+ binder_nb_timeout : 3600 # one hour run time
You can’t perform that action at this time.
0 commit comments