Skip to content

Commit 14b29fc

Browse files
committed
ci: reformat github pages action
1 parent dfed9e5 commit 14b29fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ jobs:
1717
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
20+
2021
- name: Install pnpm
2122
uses: pnpm/action-setup@v4
23+
2224
- uses: actions/setup-node@v6
2325
with:
2426
node-version-file: .node-version
2527
cache: "pnpm"
28+
2629
- run: pnpm install
30+
2731
- run: pnpm run build
32+
2833
- name: Upload Storybook to GitHub Pages
2934
id: deployment
3035
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)