From 362e04a3bec77f6bd7c081a8b4a6459a8b0f9f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Burkard?= <22095555+JeromeBu@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:35:04 +0200 Subject: [PATCH] fix CI release deploy --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68e602a2..ebe91923 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: with: node-version: "20" - uses: bahmutov/npm-install@v1 - - run: cd web && yarn prepare + - run: cd web - name: Build run: yarn build - name: Keycloakify