Skip to content

Commit 2d6b543

Browse files
authored
ci(deploy-storybook): fix failing post install [AR-46528] (#125)
1 parent dc61356 commit 2d6b543

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
git add .
5555
git commit -m "build: deploy storybook ($LAST_COMMIT)"
5656
git push
57+
58+
# The `gh-pages` branch doesn't have the `.github/actions/install` directory, so we need to switch
59+
# back to the previous branch so the automatic "Post Install Dependencies" cleanup step will work.
60+
- name: Reset Branch
61+
run: git checkout -

0 commit comments

Comments
 (0)