Skip to content

Commit

Permalink
Rename a folder so that it does not conflict with the existing ttnn …
Browse files Browse the repository at this point in the history
…folder
  • Loading branch information
dimitri-tenstorrent committed Jun 17, 2024
1 parent 81ddecc commit 2c799c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
tt-metalium
- name: Package TT-NN Docs
run: |
mkdir ttnn
cp -Lr docs/doxygen_build ttnn
cp -Lr docs/source/ttnn/* ttnn
rm ttnn/conf.py # Do not change conf.py
mkdir ttnn-docs
cp -Lr docs/doxygen_build ttnn-docs
cp -Lr docs/source/ttnn/* ttnn-docs
rm ttnn-docs/conf.py # Do not change conf.py
GITHUB_USER=dimitri-tenstorrent
# git config --global user.email "[email protected]"
# git config --global user.name "tenstorrent-github-bot"
Expand All @@ -98,7 +98,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
ttnn
ttnn-docs
- name: Push docs to Docs repo for publishing
run: |
echo "List files"

0 comments on commit 2c799c7

Please sign in to comment.