Skip to content

fix(eslint-config): turns on rule for error when no key in map #90

fix(eslint-config): turns on rule for error when no key in map

fix(eslint-config): turns on rule for error when no key in map #90

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Read .nvmrc
id: nvm
run: echo "nvmrc=$(cat .nvmrc)" >> $GITHUB_OUTPUT
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ steps.nvm.outputs.nvmrc }}
cache: npm
- name: Install and Build 🔧
run: |
git branch -u origin/main main
npm ci --prefer-offline --silent
npm run build:ci
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: docs
folder: storybook-static