Skip to content

Commit 81e3aa9

Browse files
authored
Merge pull request #123 from asmeurer/docs-deploy-fix
Fix docs deploy build
2 parents a3b4d27 + d78acb8 commit 81e3aa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
name: docs-deploy
1313
steps:
1414
- name: Download Artifact
15-
uses: actions/download-artifact@v4
15+
uses: dawidd6/action-download-artifact@v2
1616
with:
17+
workflow: docs-build.yml
1718
name: docs-build
1819

1920
# Note, the gh-pages deployment requires setting up a SSH deploy key.

0 commit comments

Comments
 (0)