Skip to content

Commit 6455ce0

Browse files
authored
Merge pull request #416 from hotoo/feat/typo
feat: build component in website
2 parents 9731a63 + e0bea3e commit 6455ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: pnpm/action-setup@v4
2222
- name: Install dependencies
2323
run: pnpm install
24+
- name: Build project
25+
run: pnpm build
2426
- name: Build document with rspress
2527
run: pnpm doc:build
2628
- name: Deploy

0 commit comments

Comments
 (0)