Skip to content

Commit

Permalink
Fix website
Browse files Browse the repository at this point in the history
  • Loading branch information
iddan committed Apr 23, 2023
1 parent f0c3d6a commit 65724f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
git config --global user.name "Iddan Aaronsohn";
yarn install --frozen-lockfile;
yarn build-storybook;
mkdir -p website/static/storybook;
cp -r storybook-static/* website/static/storybook;
cd website;
yarn install --frozen-lockfile;
Expand Down

0 comments on commit 65724f1

Please sign in to comment.