From 9b67d3ac8f3f8ef477156ca82610a25999ff5b1c Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Tue, 10 Sep 2024 16:55:09 -0400 Subject: [PATCH] #8534: Update TTNN Get started to edit the location of installation.html and the tutorials --- .github/workflows/docs-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 32ff26aea46..debe147bfb8 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -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