diff options
author | 2023-03-22 02:42:25 +0100 | |
---|---|---|
committer | 2023-03-22 02:49:35 +0100 | |
commit | aa85f18796457d3118e26d682288f9e49545c01a (patch) | |
tree | 184f3e88df627c2ac3312e06ca559c0e5a7da199 /.github | |
parent | Bump keycloakify version (diff) |
Move storybook to a separate repo (for now)
merge
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c66784..164a60c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,19 +129,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - 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 - +
\ No newline at end of file |