Skip to content

Commit

Permalink
update storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchthorson committed Nov 30, 2023
1 parent dd10521 commit 00a133a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .storybook/urban-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 00a133a

Please sign in to comment.