Skip to content

feat(repo): add support for translations #1

feat(repo): add support for translations

feat(repo): add support for translations #1

Workflow file for this run

name: Build and Deploy Storybook
on:
push:
jobs:
deploy-storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Init 🖥
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Build Storybook
run: pnpm build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/storybook/shared-storybook
branch: feat/bootstrap