This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch test-doc
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/test-doc by this push:
new b4bc1e8b10b change branch
b4bc1e8b10b is described below
commit b4bc1e8b10b2be177d659d16b6d9ecf72bdf4ef7
Author: Weijie Guo <[email protected]>
AuthorDate: Fri Aug 2 11:47:38 2024 +0800
change branch
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 3f60d411885..ab927b3dc07 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
max-parallel: 1
matrix:
branch:
- - release-1.20
+ - test-doc
steps:
- uses: actions/checkout@v3
with: