diff options
author | 2023-03-18 18:16:41 +0100 | |
---|---|---|
committer | 2023-03-18 18:16:41 +0100 | |
commit | 39ae948f249517a828dc259dd0870cb7a3093061 (patch) | |
tree | c5af8a424d51b3544be42a0064cb533a1abcc80d /.github | |
parent | Update screenshot (diff) |
Disable storybook, for now
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d8ed83..9c66784 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -130,18 +130,18 @@ jobs: - uses: actions/[email protected] - run: npx -y -p [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d build - github_pages_storybook: - runs-on: ubuntu-latest - needs: - - create_github_release - steps: - - uses: actions/checkout@v2 - - uses: actions/[email protected] - - uses: bahmutov/npm-install@v1 - - 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: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npx -y -p [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d storybook-static --dest storybook --add +# github_pages_storybook: +# runs-on: ubuntu-latest +# needs: +# - create_github_release +# steps: +# - uses: actions/checkout@v2 +# - uses: actions/[email protected] +# - uses: bahmutov/npm-install@v1 +# - 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: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# - run: npx -y -p [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d storybook-static --dest storybook --add |