Skip to content

Commit 2b6fc68

Browse files
committed
Fix: Download artifact to subdir
1 parent e2f2f4c commit 2b6fc68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/blog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: actions/download-artifact@v4
6262
with:
6363
name: generated_site
64+
path: generated_site
6465

6566
- name: Setup SSH Keys and known_hosts
6667
run: |

0 commit comments

Comments
 (0)