We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfed9e5 commit 14b29fcCopy full SHA for 14b29fc
.github/workflows/deploy-github-pages.yml
@@ -17,14 +17,19 @@ jobs:
17
- uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
+
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
24
- uses: actions/setup-node@v6
25
26
node-version-file: .node-version
27
cache: "pnpm"
28
29
- run: pnpm install
30
31
- run: pnpm run build
32
33
- name: Upload Storybook to GitHub Pages
34
id: deployment
35
uses: actions/upload-pages-artifact@v4
0 commit comments