From d17a629d41ce1f3907f4d16e3208319464f8f024 Mon Sep 17 00:00:00 2001 From: DeveloperSteve Date: Thu, 6 Jun 2024 16:09:38 +1000 Subject: [PATCH] clean out build cache --- .github/workflows/sync.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 18384fa..0ea8adb 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -34,6 +34,11 @@ jobs: env: DOPPLER_TOKEN: ${{ secrets.DOPPLER_TOKEN }} + - name: Clean up build output + working-directory: ./apps/info-dashboard/.next + run: | + rm -rf cache + - name: Deploy to Cloudflare Pages env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}