Skip to content

TabBar updates + NavigationRail docs #14

TabBar updates + NavigationRail docs

TabBar updates + NavigationRail docs #14

Workflow file for this run

name: Build and Publish WRI Design Systems to GitHub Pages
on:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: bitovi/[email protected]
with:
install_command: yarn install
build_command: yarn build-storybook
path: storybook-static
checkout: false