Skip to content

Commit bb481f5

Browse files
committed
ci(deploy-storybook): fix failing post install [AR-46528]
1 parent dc61356 commit bb481f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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" cleanup step will work.
60+
- name: Reset Branch
61+
run: git checkout -

0 commit comments

Comments
 (0)