Skip to content

Commit 85339e1

Browse files
authored
Fix download-artifact path (#21)
1 parent fb02618 commit 85339e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: actions/download-artifact@v2
6868
with:
6969
name: generated_site
70+
path: generated_site
7071

7172
- name: Check out gh-pages branch
7273
uses: actions/checkout@v2

0 commit comments

Comments
 (0)