Skip to content

fix: [IOPLT-997] Fix visual issue on dark mode version of TabItem (… #383

fix: [IOPLT-997] Fix visual issue on dark mode version of TabItem (…

fix: [IOPLT-997] Fix visual issue on dark mode version of TabItem (… #383

name: Publish the storybook
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
storybook-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #v3.5.2
- name: Setup Node
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 #v2.5.2
with:
node-version-file: .nvmrc
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build with builder bob
run: yarn install --frozen-lockfile
- name: Build Storybook
run: yarn predeploy
- name: 'upload'
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa #v3.0.1
with:
path: "storybook-static"
- id: deploy
name: Deploy to GitHub Pages
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e #v4.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}