From bff2b25be3b4214a8f0a8f0ebc64d507b2de1766 Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:30:58 -0500 Subject: [PATCH] fix(docs): handles deploy steps --- .github/workflows/deploy_docs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 57d0948..9be7eaf 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -45,8 +45,13 @@ jobs: needs: build steps: + - name: Download artifact + uses: actions/download-artifact@v4 + with: + name: docs + - name: List downloaded files - run: ls -R artifacts # Optional: Debug the downloaded files + run: ls -R artifacts - name: Download artifact uses: actions/download-artifact@v4