Skip to content

ensure that texts in CommunityPost have right color (#1072) #1114

ensure that texts in CommunityPost have right color (#1072)

ensure that texts in CommunityPost have right color (#1072) #1114

Workflow file for this run

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- "main"
permissions:
contents: read
pages: write
id-token: write
env:
PUBLIC_BUILD: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21.x"
cache: npm
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
install_command: npm install
build_command: npm run build-storybook
path: storybook-static