Skip to content

Commit

Permalink
Merge branch 'master' into SmokeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscb authored Nov 3, 2023
2 parents a2c1340 + 068567a commit b7cc282
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 227 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:
git fetch origin gh-pages
git checkout --track origin/gh-pages
git clean -f -f -d -x
git rm -r --ignore-unmatch *
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
Loading

0 comments on commit b7cc282

Please sign in to comment.