File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - run : npm ci
3030
3131 - name : Build English only
32- run : ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=none npx astro build
32+ run : npm run prebuild && ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=none npx astro build
3333
3434 - name : Generate markdown exports
3535 run : npm run build:md:prod
6868 - run : npm ci
6969
7070 - name : Build locale ${{ matrix.locale }}
71- run : ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=${{ matrix.locale }} npx astro build
71+ run : npm run prebuild && ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=${{ matrix.locale }} npx astro build
7272
7373 - uses : actions/upload-artifact@v4
7474 with :
Original file line number Diff line number Diff line change 8080 - run : npm ci
8181
8282 - name : Build English only
83- run : ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=none npx astro build
83+ run : npm run prebuild && ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=none npx astro build
8484
8585 - name : Generate markdown exports
8686 run : npm run build:md:prod
@@ -120,7 +120,7 @@ jobs:
120120 - run : npm ci
121121
122122 - name : Build locale ${{ matrix.locale }}
123- run : ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=${{ matrix.locale }} npx astro build
123+ run : npm run prebuild && ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=${{ matrix.locale }} npx astro build
124124
125125 - uses : actions/upload-artifact@v4
126126 with :
@@ -204,7 +204,7 @@ jobs:
204204 - run : npm ci
205205
206206 - name : Build locale ${{ matrix.locale }}
207- run : ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=${{ matrix.locale }} npx astro build
207+ run : npm run prebuild && ASTRO_TELEMETRY_DISABLED=1 BUILD_LOCALES=${{ matrix.locale }} npx astro build
208208
209209 - uses : actions/upload-artifact@v4
210210 with :
You can’t perform that action at this time.
0 commit comments