Skip to content

Adjusted 3UM logo and sidebar btn style (#80) #60

Adjusted 3UM logo and sidebar btn style (#80)

Adjusted 3UM logo and sidebar btn style (#80) #60

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
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish-storybook
with:
path: storybook-static
uses: bitovi/[email protected]
...