Skip to content

Commit

Permalink
ci: move NODE_ENV to run property
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Dec 31, 2023
1 parent 705cf25 commit bffe795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
- name: build
run: |
npm ci
npm run build
NODE_ENV=production npm run build
env:
NODE_ENV: production
MATOMO_TRACKING_HOST: ${{ vars.MATOMO_TRACKING_HOST }}

- name: Setup Pages
Expand Down

0 comments on commit bffe795

Please sign in to comment.