We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f5e14 commit c0ac4cfCopy full SHA for c0ac4cf
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,8 @@ jobs:
67
run: pnpm install --prefer-offline --frozen-lockfile
68
69
- name: Generate docs
70
+ env:
71
+ APP_ENV: production
72
run: pnpm run generate:docs
73
74
- name: Pack generated docs (tarball)
0 commit comments