Skip to content

Commit a2a73e5

Browse files
committed
Move docs build check into main CI workflow
Add a docs build step to ci.yml after package builds instead of a separate docs-ci workflow. Reuses the existing checkout, install, and build steps — more efficient than spinning up a separate runner.
1 parent 86fd7dc commit a2a73e5

2 files changed

Lines changed: 3 additions & 35 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Build packages
5959
run: pnpm -r run build
6060

61+
- name: Build documentation
62+
run: pnpm run docs:build
63+
6164
- name: Run SDK tests
6265
id: sdk-test
6366
working-directory: packages/b2c-tooling-sdk

.github/workflows/docs-ci.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)