Skip to content

Commit d722772

Browse files
committed
build: update build storybook
1 parent b9b577f commit d722772

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-storybook-demo.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: '16'
1316
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1417
run: |
1518
yarn install --frozen-lockfile
1619
yarn run build-storybook
1720
1821
- name: Deploy 🚀
19-
uses: JamesIves/github-pages-deploy-action@4.1.5
22+
uses: JamesIves/github-pages-deploy-action@v4
2023
with:
2124
branch: gh-pages # The branch the action should deploy to.
2225
folder: docs # The folder the action should deploy.

0 commit comments

Comments
 (0)