Skip to content

Commit

Permalink
Copy the symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Jun 9, 2024
1 parent 18fa565 commit 156d406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Package Docs
run: |
mkdir tt-metalium
cp -r docs/doxygen_build tt-metalium
cp -r docs/source/tt-metalium/* tt-metalium
cp -aR docs/doxygen_build tt-metalium
cp -aR docs/source/tt-metalium/* tt-metalium
rm tt-metalium/conf.py # Do not change conf.py
GITHUB_USER=dimitri-tenstorrent
# git config --global user.email "[email protected]"
Expand Down

0 comments on commit 156d406

Please sign in to comment.