diff --git a/.github/workflows/deploy-aws.yml b/.github/workflows/deploy-aws.yml index 6b2bd5d..5fd2617 100644 --- a/.github/workflows/deploy-aws.yml +++ b/.github/workflows/deploy-aws.yml @@ -95,4 +95,4 @@ jobs: - name: Stop Staging Site run: | - aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/staging/ --recursive \ No newline at end of file + aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive \ No newline at end of file