Skip to content

Commit 2d3d49d

Browse files
committed
chore: fix ci remove install and build step in gh page deploy
1 parent 2d4aca4 commit 2d3d49d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-github-pages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: '20.x'
26-
26+
2727
# Install pnpm
2828
- name: Setup pnpm
2929
uses: pnpm/action-setup@v4
@@ -53,4 +53,6 @@ jobs:
5353
uses: bitovi/[email protected]
5454
with:
5555
path: example/storybook-static
56+
install_command: '' # Skip the install step
57+
build_command: '' # Skip the build step
5658
checkout: false

0 commit comments

Comments
 (0)