diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 093f13a..9aad207 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,5 +29,5 @@ jobs: run: | aws s3 sync dist/ s3://${{ secrets.AWS_S3_BUCKET_NAME }} --delete - - name: Invalidate CloudFront Distribution + - name: Invalidate CloudFront Distribution run: aws cloudfront create-invalidation —distribution-id EOZQTIX0PKZ71 —paths "/*"