Skip to content

Commit 6a04820

Browse files
committed
build sk lib packages ahead of docs site
1 parent b0f3398 commit 6a04820

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
uses: actions/configure-pages@v4
4444
- name: Install dependencies
4545
run: yarn install # or pnpm install / yarn install / bun install
46+
- name: Build skuilder libraries
47+
run: yarn build:lib
4648
- name: Build with VitePress
4749
run: yarn docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
4850
- name: Upload artifact

0 commit comments

Comments
 (0)