We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed6ba1 commit a035163Copy full SHA for a035163
.github/workflows/deploy.yml
@@ -23,4 +23,4 @@ jobs:
23
export PROJECT_NAME=$(echo ${GITHUB_REPOSITORY#*/})
24
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
25
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
26
- cd documentation && yarn deploy
+ cd documentation && NODE_ENV="production" yarn deploy
0 commit comments