Skip to content

Commit

Permalink
CI build package step (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax authored Jan 9, 2024
2 parents 4d3d12a + 470d8d8 commit 3a56e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install dependencies
run: yarn install
- name: Build package
run: yarn dev:build
- name: Build with VitePress
run: |
yarn docs:build
Expand Down

0 comments on commit 3a56e11

Please sign in to comment.