We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b79a0 commit 35e8097Copy full SHA for 35e8097
1 file changed
.github/workflows/website-v1-13.yml
@@ -22,6 +22,10 @@ jobs:
22
fetch-depth: 0
23
- name: Setup Docsy
24
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
29
- name: Build And Deploy
30
id: builddeploy
31
uses: Azure/static-web-apps-deploy@v1
0 commit comments