Skip to content

Commit

Permalink
#8534: Name the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Jun 17, 2024
1 parent 2c799c7 commit 4f1a21d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Upload tt-metalium docs
uses: actions/upload-artifact@v4
with:
name: tt-metalium-docs
path: |
tt-metalium
- name: Package TT-NN Docs
Expand All @@ -94,9 +95,10 @@ jobs:
#git checkout main
#cd docs-test
#cp -r tt-metalium/* docs/test/tt-metalium
- name: Upload tt-metalium docs
- name: Upload ttnn-docs
uses: actions/upload-artifact@v4
with:
name: ttnn-docs
path: |
ttnn-docs
- name: Push docs to Docs repo for publishing
Expand Down

0 comments on commit 4f1a21d

Please sign in to comment.