Skip to content

Commit

Permalink
ci: an other tentative to fix the storybook pipeline
Browse files Browse the repository at this point in the history
temp move storybook-static on more level up, to exit the git repo
  • Loading branch information
w1nklr committed Oct 27, 2023
1 parent 1fbfa23 commit 963c569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: 📚 Update Storybook
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: |
rm -rf ../storybook-static
mv ./storybook-static ..
rm -rf ../../storybook-static
mv ./storybook-static ../..
git config --local user.email "webviz-github-action"
git config --local user.name "webviz-github-action"
Expand All @@ -98,7 +98,7 @@ jobs:
git clean -f -f -d -x
git rm -r --ignore-unmatch *
mv ../storybook-static .
mv ../../storybook-static .
git add .
Expand Down

0 comments on commit 963c569

Please sign in to comment.