diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 78d257a..b6331cf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -49,4 +49,4 @@ jobs: - name: S3 Sync if: success() - run: aws s3 sync dist/ s3://${{ steps.get-bucket-name.outputs.name }} \ No newline at end of file + run: aws s3 sync .output/ s3://${{ steps.get-bucket-name.outputs.name }} \ No newline at end of file