diff --git a/.github/workflows/Dev-CD.yml b/.github/workflows/Dev-CD.yml index 861b653a..05f4a249 100644 --- a/.github/workflows/Dev-CD.yml +++ b/.github/workflows/Dev-CD.yml @@ -28,3 +28,4 @@ jobs: bucket: ${{ secrets.DEV_S3_BUCKET_NAME }} bucket-region: ${{ secrets.AWS_DEFAULT_REGION }} dist-id: ${{ secrets.DEV_CLOUDFRONT_ID }} + delete-removed: true