Skip to content

[C] ColorTools refactor #331

[C] ColorTools refactor

[C] ColorTools refactor #331

Workflow file for this run

- name: Deploy Storybook to GitHub Pages

Check failure on line 1 in .github/workflows/storybook.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/storybook.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
on:
push:
branches:
- main
run: |
cd packages/epo-react-lib
npm run install
npm run deploy-storybook -- --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}