Skip to content

Commit 3a56e11

Browse files
authored
CI build package step (#16)
2 parents 4d3d12a + 470d8d8 commit 3a56e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: actions/configure-pages@v3
3333
- name: Install dependencies
3434
run: yarn install
35+
- name: Build package
36+
run: yarn dev:build
3537
- name: Build with VitePress
3638
run: |
3739
yarn docs:build

0 commit comments

Comments
 (0)