This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 8074f832 [hotfix][release] Build 0.2 docs in GitHub Action (#493)
8074f832 is described below
commit 8074f832cfa08ce23cb8dba5cbc822b2697f3a80
Author: Eugene <[email protected]>
AuthorDate: Tue Jan 27 17:06:02 2026 +0800
[hotfix][release] Build 0.2 docs in GitHub Action (#493)
---
.github/workflows/docs.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 19e6538e..92596e4b 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -31,6 +31,7 @@ jobs:
matrix:
branch:
- main
+ - release-0.2
- release-0.1
steps:
@@ -45,7 +46,7 @@ jobs:
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "main" ]; then
- echo "flink_alias=release-0.2" >> ${GITHUB_ENV}
+ echo "flink_alias=release-0.3" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-0.1" ]; then
echo "flink_alias=latest" >> ${GITHUB_ENV}
fi