We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bebd5ec + 6a04820 commit 672d707Copy full SHA for 672d707
.github/workflows/docs-deploy.yml
@@ -43,6 +43,8 @@ jobs:
43
uses: actions/configure-pages@v4
44
- name: Install dependencies
45
run: yarn install # or pnpm install / yarn install / bun install
46
+ - name: Build skuilder libraries
47
+ run: yarn build:lib
48
- name: Build with VitePress
49
run: yarn docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
50
- name: Upload artifact
0 commit comments