Skip to content

Commit c210cae

Browse files
committed
Actions: Download artifact before trying to upload
1 parent 79a2bc0 commit c210cae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
id: deployment
8181
uses: actions/deploy-pages@v4
8282

83+
- name: Download artifact
84+
uses: actions/download-artifact@v5
85+
with:
86+
name: github-pages
87+
path: site/
88+
8389
- name: Push site to gh-pages branch
8490
run: |
8591
CINFO="$(git log -1 --pretty="%an: [%h] %s")"

0 commit comments

Comments
 (0)