Skip to content

Commit

Permalink
chore(ci): build docs instead of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Aug 21, 2023
1 parent 143e959 commit 6b800a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: ./build.sh

- name: Build docs
run: npm run docs:build
env:
NODE_ENV: production

- name: Add version file
run: npm pkg get --json version name > docs/.vuepress/dist/_version.json

Expand Down

0 comments on commit 6b800a7

Please sign in to comment.