From 2d4bb965cc18c07ad91504e073d14df1f7dfbdaf Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Wed, 11 Sep 2024 16:50:01 -0400 Subject: [PATCH] #8534: Add version 50 --- .github/workflows/docs-latest-public-wrapper.yaml | 2 +- .github/workflows/docs-release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-latest-public-wrapper.yaml b/.github/workflows/docs-latest-public-wrapper.yaml index e37165ff6e4..fb3b520f18e 100644 --- a/.github/workflows/docs-latest-public-wrapper.yaml +++ b/.github/workflows/docs-latest-public-wrapper.yaml @@ -18,5 +18,5 @@ jobs: needs: build-artifact uses: ./.github/workflows/docs-release.yaml with: - version: v0.51.0 + version: v0.50.0 secrets: inherit diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 4285f8acfb9..4a84a78c14c 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -105,11 +105,11 @@ jobs: echo "Register new documentation versions" python update_tags.py tt-metalium $DOCS_VERSION python update_tags.py ttnn $DOCS_VERSION - git checkout -b test_v51_deploy + git checkout -b test_v50_deploy git add . git commit -m "Update ttnn and tt-metalium docs from pipeline ${{ github.run_id }} with tag $DOCS_VERSION" echo "Tag commits to identify different versions." git tag -a ttnn_$DOCS_VERSION -m "ttnn and tt-metalium documentation version $DOCS_VERSION" git tag -a tt-metalium_$DOCS_VERSION -m "ttnn and tt-metalium documentation version $DOCS_VERSION" echo "Pushing the new docs" - git push -u origin test_v51_deploy && git push --tags + git push -u origin test_v50_deploy && git push --tags