Skip to content

Commit 94db949

Browse files
committed
Merge branch 'main' into next
2 parents b23d4f2 + 030c5bb commit 94db949

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: "Build the site"
1818
run: |
1919
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
20+
NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
2221
- name: "Stamp content.json"
2322
env:
2423
GITSHA: ${{ github.sha }}

0 commit comments

Comments
 (0)