You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/07/20 03:46:06 UTC

[flink-table-store] branch master updated: [hotfix] Build documentation can be manual triggerred

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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 82dba0c1 [hotfix] Build documentation can be manual triggerred
82dba0c1 is described below

commit 82dba0c1ae6eb8a354951fa5a84a6ef955d65ea5
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Wed Jul 20 11:45:41 2022 +0800

    [hotfix] Build documentation can be manual triggerred
---
 .github/workflows/docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 87627310..8dc6f410 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -15,6 +15,7 @@
 
 name: "Build documentation"
 on:
+  workflow_dispatch:
   schedule:
     - cron: '0 0 * * *' # Deploy every day