Skip to content

Commit 35e8097

Browse files
committed
chore: exclude translations/unused SDK docs to fit Free tier 250MB limit
Signed-off-by: paulyuk <paulyuk@microsoft.com>
1 parent a5b79a0 commit 35e8097

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/website-v1-13.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
fetch-depth: 0
2323
- name: Setup Docsy
2424
run: cd daprdocs && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli
25+
- name: Exclude translations (reduce build size for Free tier)
26+
run: |
27+
rm -rf daprdocs/content/zh-hans translations/docs-zh
28+
# SDK docs kept for reference integrity
2529
- name: Build And Deploy
2630
id: builddeploy
2731
uses: Azure/static-web-apps-deploy@v1

0 commit comments

Comments
 (0)