Skip to content

Commit

Permalink
Don't specify artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 31, 2024
1 parent 9fef848 commit 10008c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: update-data
path: deploy

deploy_to_gh_pages:
Expand All @@ -63,7 +62,6 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: update-data
path: deploy

- name: Upload to S3
Expand Down

0 comments on commit 10008c3

Please sign in to comment.