Skip to content

Commit 0f30953

Browse files
mbyrdLCSclaude
andcommitted
Fix deployment: build English locale only to stay under GitHub Pages 1GB limit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9fdb268 commit 0f30953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 20
2525
cache: npm
2626
- run: npm ci
27-
- run: npm run build
27+
- run: npm run build -- --locale en
2828
- uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: build

0 commit comments

Comments
 (0)