mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-15 14:07:50 +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
|
||||
with:
|
||||
name: generated_site
|
||||
path: generated_site
|
||||
|
||||
- name: Setup SSH Keys and known_hosts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user