Skip to content

Commit

Permalink
Fix recursive argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaylo-Bachvarov committed Oct 20, 2023
1 parent 36c02ea commit 3dec1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
aws-region: us-east-2

- name: Copy S3 Files
run: aws s3 cp dist/ s3://spa-example-staging recursive
run: aws s3 cp dist/ s3://spa-example-staging --recursive

0 comments on commit 3dec1e5

Please sign in to comment.