Skip to content

Merge pull request #197 from Neovici/dependabot/npm_and_yarn/babel/tr… #60

Merge pull request #197 from Neovici/dependabot/npm_and_yarn/babel/tr…

Merge pull request #197 from Neovici/dependabot/npm_and_yarn/babel/tr… #60

Workflow file for this run

---
name: Github CI
on:
push:
branches:
- master
jobs:
storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 19
cache: 'npm'
- name: Install
run: npm ci
- name: Deploy storybook
run: npm run storybook:deploy -- --ci
env:
GH_TOKEN: Neovici:${{ secrets.GITHUB_TOKEN }}