Skip to content

Commit

Permalink
Fixed issue in github action workflow regarding the path to sync to t…
Browse files Browse the repository at this point in the history
…he bucket
  • Loading branch information
sebastianmontero committed Jan 3, 2024
1 parent adf36d1 commit cb1159e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
aws-region: us-east-1

- name: Show contents of the deployment directory
run: ls -R dist/
run: ls -R explorer-ui/

- name: Deploy to S3
run: |
aws s3 sync dist/explorer-ui s3://explorer-md5-website
aws s3 sync explorer-ui s3://explorer-md5-website
- name: CloudFront cache invalidation
run: |
Expand Down

0 comments on commit cb1159e

Please sign in to comment.