Skip to content

Commit

Permalink
ci: change storybook deploy destinaion directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Nov 2, 2023
1 parent ae75b98 commit eb06134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
git clean -f -f -d -x
git rm -r --ignore-unmatch *
mv ../../storybook-static .
mv ../../storybook-static ..
git add .
git add ../storybook-static
if git diff-index --quiet HEAD; then
echo "No changes in documentation. Skip documentation deploy."
Expand Down

0 comments on commit eb06134

Please sign in to comment.