From 4ed223cea0aff9e3a96191d14ff02cf5fb12f6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Matias=CC=8Cko?= Date: Mon, 15 Apr 2024 11:08:50 +0200 Subject: [PATCH] gh action storybook-deploy.yml --- .github/workflows/storybook-deploy.yml | 8 +++++--- package.json | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index 1a412347..c8e2bb12 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -1,7 +1,6 @@ name: Build and Publish Storybook to GitHub Pages on: - push: branches: - 'main' @@ -13,10 +12,13 @@ permissions: jobs: deploy: + name: Build and Publish Storybook runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - name: Checkout code + uses: actions/checkout@v3 + - name: Setup node + uses: actions/setup-node@v3 with: node-version: '20.x' - name: Install dependencies diff --git a/package.json b/package.json index cde53e36..a596587c 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "@floating-ui/react": "^0.26.2", "@floating-ui/react-dom": "^2.0.4", "@floating-ui/react-dom-interactions": "^0.13.3", + "@hookform/resolvers": "^3.3.4", "@lezer/highlight": "^1.2.0", "@mdx-js/react": "^2.3.0", "@microsoft/eslint-formatter-sarif": "^3.1.0",