Skip to content

make subscribe button text small #497

make subscribe button text small

make subscribe button text small #497

Workflow file for this run

name: Chromatic
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: restore dependencies
uses: bahmutov/npm-install@v1
- name: publish to chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: 'sb:build'