From 4f1a21d5a95e7439df1b809f527cb5f91a01d066 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Mon, 17 Jun 2024 18:04:16 -0400 Subject: [PATCH] #8534: Name the artifacts --- .github/workflows/docs-deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-deployment.yaml b/.github/workflows/docs-deployment.yaml index 251da5db7b31..319a84a0b70d 100644 --- a/.github/workflows/docs-deployment.yaml +++ b/.github/workflows/docs-deployment.yaml @@ -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 @@ -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