8000 Add daily build command · python-doc-tw/pydoc_autobuild@eceadc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit eceadc5

Browse files
committed
Add daily build command
1 parent 25a914a commit eceadc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc_tasks/tasks.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,11 @@ def update_one_page(page):
9292
processes['sphinx_intl_build'] = sphinx_intl_build()
9393
processes['sphinx_build_html'] = sphinx_build_html()
9494
return processes
95+
96+
97+
def full_update_and_commit():
98+
processes = {
99+
'tx_pull': tx_pull(page=None),
100+
**git_add_commit_push(),
101+
}
102+
return processes

0 commit comments

Comments
 (0)
0