From 00a133afa08d4811de1a157028952b5f7c1399f9 Mon Sep 17 00:00:00 2001 From: mitchthorson Date: Thu, 30 Nov 2023 16:25:47 -0500 Subject: [PATCH] update storybook config --- .github/workflows/storybook-deploy.yml | 6 +++--- .storybook/urban-theme.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index 0bd5cb43..9b4e3b2b 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -18,9 +18,9 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: Install and Build - run: | - npm ci - npm run build-storybook + run: + - npm ci + - npm run build-storybook - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: diff --git a/.storybook/urban-theme.js b/.storybook/urban-theme.js index 2bbf39c4..e8b203e2 100644 --- a/.storybook/urban-theme.js +++ b/.storybook/urban-theme.js @@ -4,7 +4,7 @@ export default create({ base: "light", brandTitle: "Urban Institute dataviz components", brandUrl: "https://www.urban.org", - brandImage: "/urban-logo.svg", + brandImage: "urban-logo.svg", brandTarget: "_blank", // Typography fontBase: 'Lato, Helvetica, Arial, sans-serif',