We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b23d4f2 + 030c5bb commit 94db949Copy full SHA for 94db949
1 file changed
.github/workflows/build.yml
@@ -17,8 +17,7 @@ jobs:
17
- name: "Build the site"
18
run: |
19
npm install
20
- NEXT_ENV_DESCRIPTOR=dev NEXT_ONE_DS_INSTRUMENTATION_KEY= npm run build
21
- #NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
+ NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
22
- name: "Stamp content.json"
23
env:
24
GITSHA: ${{ github.sha }}
0 commit comments