Skip to content

Commit

Permalink
[gha] fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Nov 13, 2024
1 parent b3565ae commit 1c57f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: CDCgov/cfa-actions/post-artifact@main
if: ${{ github.event_name == 'pull_request' }}
with:
artifact-name: readme
artifact-name: github-pages
gh-token: ${{ secrets.GITHUB_TOKEN }}
message: "Thanks for your contribution, ${{ github.actor }}; your `{ artifact-name }` is ready for download [here]({ artifact-url })."

Expand Down

0 comments on commit 1c57f40

Please sign in to comment.