Skip to content

Commit

Permalink
chore(ci): build before build-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 23, 2024
1 parent c4b55d6 commit bf0a360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: actions/configure-pages@v5
- name: Install dependencies
run: pnpm i
- name: Build dependencies
run: pnpm run build
- name: Build with VitePress
run: pnpm run build-doc
working-directory: docs
Expand Down

0 comments on commit bf0a360

Please sign in to comment.