From 16dc3d42341c05cd349fedab1e212eba57fb403b Mon Sep 17 00:00:00 2001 From: itsscb Date: Fri, 30 Aug 2024 12:58:17 +0200 Subject: [PATCH] Update prod.yml --- .github/workflows/prod.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index ecafedc..f6ff550 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -74,6 +74,10 @@ jobs: - name: checkout uses: actions/checkout@v4 + - name: remove ./frontend/dist dir + run: | + rm -rf ./frontend/dist + - name: download frontend artifacts uses: actions/download-artifact@v4 with: