Skip to content

Commit 972aa60

Browse files
committed
Translate docs to Turkish
1 parent b3542fc commit 972aa60

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/s3-deploy-development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -68,7 +68,7 @@ jobs:
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:

.github/workflows/s3-deploy-production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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:

0 commit comments

Comments
 (0)