We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc61356 commit bb481f5Copy full SHA for bb481f5
.github/workflows/deploy-storybook.yml
@@ -54,3 +54,8 @@ jobs:
54
git add .
55
git commit -m "build: deploy storybook ($LAST_COMMIT)"
56
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