Skip to content

Commit

Permalink
chore(ci): build docs wit prpoduction mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent 8a9f696 commit 7d83b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

- name: Build
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
env:
NODE_ENV: production

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 7d83b14

Please sign in to comment.