Skip to content

Commit

Permalink
chore(ci): use build script
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 15, 2022
1 parent 79b770e commit c5ba80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: npm ci

- name: Build
run: npm run docs:build
env:
NODE_ENV: production
run: ./build.sh

- name: Add version file
run: npm pkg get --json version name > docs/.vuepress/dist/_version.json
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
run: npm ci

- name: Build
run: npm run docs:build
env:
NODE_ENV: production
run: ./build.sh

0 comments on commit c5ba80c

Please sign in to comment.