Skip to content

Merge pull request #1432 from narmi/dependabot/npm_and_yarn/html-webp… #547

Merge pull request #1432 from narmi/dependabot/npm_and_yarn/html-webp…

Merge pull request #1432 from narmi/dependabot/npm_and_yarn/html-webp… #547

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