Skip to content

Commit

Permalink
#8534: Add version 50
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 11, 2024
1 parent 4d3204b commit 2d4bb96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-latest-public-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/docs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d4bb96

Please sign in to comment.