We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3b4d27 + d78acb8 commit 81e3aa9Copy full SHA for 81e3aa9
.github/workflows/docs-deploy.yml
@@ -12,8 +12,9 @@ jobs:
12
name: docs-deploy
13
steps:
14
- name: Download Artifact
15
- uses: actions/download-artifact@v4
+ uses: dawidd6/action-download-artifact@v2
16
with:
17
+ workflow: docs-build.yml
18
name: docs-build
19
20
# Note, the gh-pages deployment requires setting up a SSH deploy key.
0 commit comments