This is an automated email from the ASF dual-hosted git repository. morhidi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
commit f3cb0d6f15811889386e044c232b8689398cf937 Author: Matyas Orhidi <[email protected]> AuthorDate: Wed Dec 7 10:03:40 2022 -0800 [release] Update doc config and ci --- .asf.yaml | 1 + .github/workflows/docs.yaml | 5 +++-- docs/config.toml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 953a1390..38b52d69 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -13,6 +13,7 @@ github: release-1.0: {} release-1.1: {} release-1.2: {} + release-1.3: {} notifications: commits: [email protected] diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6653f441..9a0849a7 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,6 +32,7 @@ jobs: - release-1.0 - release-1.1 - release-1.2 + - release-1.3 steps: - uses: actions/checkout@v3 with: @@ -43,8 +44,8 @@ jobs: echo "flink_branch=${currentBranch}" echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV} if [ "${currentBranch}" = "main" ]; then - echo "flink_alias=release-1.3" >> ${GITHUB_ENV} - elif [ "${currentBranch}" = "release-1.2" ]; then + echo "flink_alias=release-1.4" >> ${GITHUB_ENV} + elif [ "${currentBranch}" = "release-1.3" ]; then echo "flink_alias=stable" >> ${GITHUB_ENV} else echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV} diff --git a/docs/config.toml b/docs/config.toml index 84b0eae8..907a38a0 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -63,6 +63,7 @@ pygmentsUseClasses = true ] PreviousDocs = [ + ["1.3", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.3"], ["1.2", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.2"], ["1.1", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.1"], ["1.0", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.0"],
