This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 8b57426 ARROW-1299: [Docs] Allow trigger nightly devdocs job manually
(#176)
8b57426 is described below
commit 8b574260d60e4e7b309e8cf2f7af04fe4899bb99
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Wed Jan 12 15:23:44 2022 +0100
ARROW-1299: [Docs] Allow trigger nightly devdocs job manually (#176)
---
.github/workflows/devdocs.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/devdocs.yml b/.github/workflows/devdocs.yml
index 9c404e8..1af4960 100644
--- a/.github/workflows/devdocs.yml
+++ b/.github/workflows/devdocs.yml
@@ -18,6 +18,7 @@
name: Upload dev docs
on:
+ workflow_dispatch:
schedule:
- cron: '0 0 * * *'