Skip to content

Commit

Permalink
fix(docs): handles deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Sep 29, 2024
1 parent 24d933b commit bff2b25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff2b25

Please sign in to comment.