Skip to content

Commit 672d707

Browse files
authored
docs tmp rendering fallingletters (#877)
- **update to use** - **add base-url for gh-pages deploy** - **rm base config** - **build sk lib packages ahead of docs site**
2 parents bebd5ec + 6a04820 commit 672d707

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)