aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-03-18 18:16:41 +0100
committerGravatar garronej <[email protected]>2023-03-18 18:16:41 +0100
commit39ae948f249517a828dc259dd0870cb7a3093061 (patch)
treec5af8a424d51b3544be42a0064cb533a1abcc80d /.github
parentUpdate screenshot (diff)
Disable storybook, for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml28
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