Skip to content

refactor: reverted naming changes #16

refactor: reverted naming changes

refactor: reverted naming changes #16

Workflow file for this run

name: Deploy Storybook
on: push
jobs:
deploy-storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build Storybook
run: npx nx run portal-integration-angular:build-storybook
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: dist/storybook/portal-integration-angular
skip: "dependabot/**"