Skip to content

Marketprice component switched to chart.js (#79) #58

Marketprice component switched to chart.js (#79)

Marketprice component switched to chart.js (#79) #58

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]
...