This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c13672bd88e [hotfix][docs] Allow manual trigger for docs build
c13672bd88e is described below

commit c13672bd88e788befbac06005b92ab650874805d
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Apr 13 16:56:00 2022 +0200

    [hotfix][docs] Allow manual trigger for docs build
---
 .github/workflows/docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 9d1d59a7e70..1e2cc35a933 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -17,6 +17,7 @@ name: "Build documentation"
 on:
   schedule:
     - cron: '0 0 * * *' # Deploy every day
+  workflow_dispatch:
 
 jobs:
   build-documentation:

Reply via email to