Skip to content

Commit 70e0da7

Browse files
ci: build docs (#85)
1 parent ce007d7 commit 70e0da7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,20 @@ 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: Setup
45+
uses: pnpm/action-setup@v4
46+
with:
47+
version: 8
48+
- name: Checkout
49+
uses: actions/checkout@v4
50+
- name: Install dependencies
51+
run: pnpm install
52+
- name: Build
53+
run: pnpm build
54+
- name: Build docs
55+
run: pnpm run docs:build

0 commit comments

Comments
 (0)