We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644409 commit a887c99Copy full SHA for a887c99
.github/workflows/storybook.yml
@@ -10,14 +10,14 @@ jobs:
10
uses: actions/[email protected]
11
with:
12
persist-credentials: false
13
- - name: Install 🔧
+ - name: npm Install
14
run: npm install
15
- - name: Build 🔧
+ - name: npm Build
16
run: npm run build:storybook
17
- name: Deploy 🚀
18
uses: JamesIves/[email protected]
19
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
21
BRANCH: master # The branch the action should deploy to.
22
FOLDER: storybook-static # The folder that the build-storybook script generates files.
23
CLEAN: true # Automatically remove deleted files from the deploy branch
0 commit comments