Skip to content

Commit

Permalink
Merge pull request #123 from asmeurer/docs-deploy-fix
Browse files Browse the repository at this point in the history
Fix docs deploy build
  • Loading branch information
asmeurer authored Mar 26, 2024
2 parents a3b4d27 + d78acb8 commit 81e3aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
name: docs-deploy
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v2
with:
workflow: docs-build.yml
name: docs-build

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

0 comments on commit 81e3aa9

Please sign in to comment.