Skip to content

Commit 56b936c

Browse files
committed
Fix artifact name
1 parent c7cdb1b commit 56b936c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Download docs artifact
4444
uses: actions/download-artifact@v5
4545
with:
46-
name: stable-docs
46+
name: v0.10.0-docs
4747
path: "./public"
4848

4949
- name: Upload page artifact

0 commit comments

Comments
 (0)