mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Fix: Download artifact to subdir
This commit is contained in:
1
.github/workflows/blog.yml
vendored
1
.github/workflows/blog.yml
vendored
@@ -61,6 +61,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: generated_site
|
name: generated_site
|
||||||
|
path: generated_site
|
||||||
|
|
||||||
- name: Setup SSH Keys and known_hosts
|
- name: Setup SSH Keys and known_hosts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user