diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index fa9ccd7a80f1..1b42a86a055c 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -91,7 +91,7 @@ jobs: echo "Copy tutorials and examples for TTNN from a different repo area." 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/ttnn/usage.rst + sed -i "s/..\/..\/..\/..\/ttnn\/examples/examples/g" ttnn-docs/ttnn/ttnn/usage.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