Skip to content

Commit

Permalink
Merge branch 'master' into fix/single-select-option-filter-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gmukul01 authored Jul 5, 2023
2 parents b49d8ab + 7e3ca1f commit 91c6005
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/chromatic.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Storybook

on:
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
token: ${{ secrets.ADMIN_TOKEN }}

- name: Configure CI Git User
run: |
git config --global user.name 'Release bot'
git config --global user.email '[email protected]'
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'

- name: Install dependencies
run: yarn

- name: Deploy storybook
run: yarn storybook:deploy -- --ci
env:
GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}
1 change: 0 additions & 1 deletion .storybook/static/CNAME

This file was deleted.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9508,9 +9508,9 @@ decimal.js@^10.2.1:
integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==

decode-uri-component@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
version "0.2.2"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==

[email protected], dedent@^0.7.0:
version "0.7.0"
Expand Down

0 comments on commit 91c6005

Please sign in to comment.