Skip to content

Commit 39c5901

Browse files
ci: build docs
1 parent c1be8fe commit 39c5901

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ jobs:
3636
run: pnpm build
3737
- name: Test
3838
run: pnpm test
39+
40+
docs:
41+
name: Docs
42+
runs-on: ubuntu-latest
43+
steps:
44+
- name: Checkout
45+
uses: actions/checkout@v4
46+
- name: Install dependencies
47+
run: pnpm install
48+
- name: Build
49+
run: pnpm build
50+
- name: Build docs
51+
run: pnpm run docs:build

0 commit comments

Comments
 (0)