This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch docs-ci-rsync-dev
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/docs-ci-rsync-dev by this push:
new 7385a9d2 dev
7385a9d2 is described below
commit 7385a9d265b12f6367c17320a6a4f319aa78d856
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Sep 29 21:26:44 2025 +0200
dev
---
.github/workflows/docs.yaml | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 4a2ee06e..a2c1c491 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -30,9 +30,10 @@ jobs:
max-parallel: 1
matrix:
branch:
- - main
- - release-1.13
- - release-1.12
+ - docs-ci-rsync-dev
+# - main
+# - release-1.13
+# - release-1.12
steps:
- name: Set up Temurin JDK 17
uses: actions/setup-java@v4
@@ -48,14 +49,14 @@ jobs:
currentBranch=$(git branch --show-current)
echo "flink_branch=${currentBranch}"
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
- if [ "${currentBranch}" = "main" ]; then
+ if [ "${currentBranch}" = "docs-ci-rsync-dev" ]; then
echo "flink_alias=release-1.14" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-1.13" ]; then
- echo "flink_alias=stable" >> ${GITHUB_ENV}
- else
- echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
+# elif [ "${currentBranch}" = "release-1.13" ]; then
+# echo "flink_alias=stable" >> ${GITHUB_ENV}
+# else
+# echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
fi
- - name: Build documentation (no Docker)
+ - name: Build documentation
run: |
if ! curl --fail -OL "$HUGO_REPO" ; then
echo "Failed to download Hugo binary"