From 39e00c6528ea266dd3fd32c38343ed2eb623d5de Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 17:52:57 +0100 Subject: [PATCH] Fix CI --- .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 9028d9c..6d8ed83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3.6.0 - uses: bahmutov/npm-install@v1 - - run: yarn build + - run: yarn build-keycloak-theme # Only for the assets in public - run: yarn build-storybook - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git env: