diff --git a/.github/workflows/update-61-docs.yml b/.github/workflows/update-61-docs.yml deleted file mode 100644 index 14037959ac..0000000000 --- a/.github/workflows/update-61-docs.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Update docs - 61 -on: - workflow_dispatch: - schedule: - - cron: "0 2 * * *" - -run-name: Nightly docs update - 61 - -jobs: - update-docs: - uses: ./.github/workflows/update-docs-base-bun.yml - with: - source_branch: "release-x.61.x" - target_branch: "release-x.61.x" - annotation: "nightly" - run_name: "Nightly docs build - 61" - secrets: - METABASE_AUTOMATION_USER_TOKEN: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }} diff --git a/.github/workflows/update-latest-docs.yml b/.github/workflows/update-latest-docs.yml index cd6e5d6095..368c06f601 100644 --- a/.github/workflows/update-latest-docs.yml +++ b/.github/workflows/update-latest-docs.yml @@ -10,8 +10,8 @@ jobs: update-docs: uses: ./.github/workflows/update-docs-base-bun.yml with: - source_branch: "release-x.60.x" - target_branch: "release-x.60.x" + source_branch: "release-x.61.x" + target_branch: "release-x.61.x" annotation: "nightly" run_name: "Nightly docs build - latest" secrets: diff --git a/_config.yml b/_config.yml index 4b0ea7ddbf..d8b2806a6d 100644 --- a/_config.yml +++ b/_config.yml @@ -87,10 +87,10 @@ defaults: values: { layout: new-docs, permalink: "/:collection/:path" }, } java-minimum-version: 21 -latest_version: v0.60.1 -latest_enterprise: v1.60.1 -docs_version: v0.60 -release_branch: release-x.60.x +latest_version: v0.61.1 +latest_enterprise: v1.61.1 +docs_version: v0.61 +release_branch: release-x.61.x exclude: - "_docs/**/embedding/sdk/api/snippets/**" - svg-icon-list.html