Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored May 30, 2024
1 parent e388c9e commit 6af3c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Build
env:
NODE_ENV: production
NODE_ENV: production # JS build mode
PRODUCTION: true # for environment (ex: robots.txt)
run: |
yarn build
touch out/.nojekyll
Expand Down

0 comments on commit 6af3c12

Please sign in to comment.