Skip to content

Commit

Permalink
Fix up docs workflow
Browse files Browse the repository at this point in the history
The name of the uploaded artifact did not quite match the one attempted to be downloaded.

[noissue]
  • Loading branch information
mdellweg committed Aug 1, 2024
1 parent c023d10 commit b618361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Upload documentation site"
uses: "actions/upload-artifact@v4"
with:
name: "docs.pulpproject.org.tar"
name: "pulpproject.org.tar"
path: "pulpcore/pulpproject.org.tar"
if-no-files-found: "error"

Expand Down

0 comments on commit b618361

Please sign in to comment.