Skip to content

Commit

Permalink
#8534: 3rd time is the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 10, 2024
1 parent b54a277 commit 4e830cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e830cc

Please sign in to comment.