Skip to content

Commit

Permalink
#8534: Update TTNN Get started to edit the location of installation.…
Browse files Browse the repository at this point in the history
…html and the tutorials
  • Loading branch information
dimitri-tenstorrent committed Sep 10, 2024
1 parent 3e3dd27 commit 9b67d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
cp -Lr ttnn/examples ttnn-docs/ttnn
echo "Make sure the links are updated in ttnn/usage.rst to the correct spot for the tutorials and examples."
sed -i "s/..\/..\/..\/..\/ttnn\/examples/examples/g" ttnn-docs/ttnn/usage.rst
echo "Change tutorial and installation links in TTNN Get Started."
sed -i "s/.\/..\/ttnn\/ttnn//g" ttnn-docs/ttnn/get_started.rst
sed -i "s/.\/ttnn\/installing/\/installing/g" ttnn-docs/ttnn/get_started.rst
echo "Copying the docs into the repo"
cp -r ttnn-docs/* tenstorrent.github.io/ttnn
- name: Push new versions to the Docs repo for publishing
Expand Down

0 comments on commit 9b67d3a

Please sign in to comment.