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 91ff937 commit 308c4bbCopy full SHA for 308c4bb
.github/workflows/deploy-storybook.yml
@@ -24,19 +24,12 @@ env:
24
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
25
jobs:
26
# This workflow contains a single job called "build"
27
- build:
+ deploy:
28
# The type of runner that the job will run on
29
runs-on: ubuntu-latest
30
31
# Steps represent a sequence of tasks that will be executed as part of the job
32
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
40
- uses: bitovi/[email protected]
41
with:
42
install_command: npm ci
0 commit comments