Skip to content

Merge pull request #1429 from narmi/dependabot/npm_and_yarn/core-js-3… #542

Merge pull request #1429 from narmi/dependabot/npm_and_yarn/core-js-3…

Merge pull request #1429 from narmi/dependabot/npm_and_yarn/core-js-3… #542

Workflow file for this run

name: Github Pages
on:
push:
branches:
- main
jobs:
github-pages-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Build static storybook
run: |
npm ci -loglevel=warn
npm run build-storybook
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static