This commit is contained in:
garronej 2023-03-17 17:52:57 +01:00
parent 608fd13430
commit 39e00c6528

View file

@ -138,7 +138,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v3.6.0 - uses: actions/setup-node@v3.6.0
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
- run: yarn build - run: yarn build-keycloak-theme # Only for the assets in public
- run: yarn build-storybook - run: yarn build-storybook
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
env: env: