Skip to content

Commit 308c4bb

Browse files
committed
Remove few deploy steps
1 parent 91ff937 commit 308c4bb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@ env:
2424
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2525
jobs:
2626
# This workflow contains a single job called "build"
27-
build:
27+
deploy:
2828
# The type of runner that the job will run on
2929
runs-on: ubuntu-latest
3030

3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
33-
- uses: actions/checkout@v4
34-
35-
# Set up Node
36-
- uses: actions/setup-node@v4
37-
with:
38-
node-version: '20.x'
39-
4033
- uses: bitovi/[email protected]
4134
with:
4235
install_command: npm ci

0 commit comments

Comments
 (0)