diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index c0670de..d385614 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -43,6 +43,9 @@ jobs: with: ref: cluster + - name: Remove old files + run: git rm -r . + - name: Download cluster artifact uses: actions/download-artifact@v4 with: