Skip to content

Commit be21978

Browse files
committed
Merge remote-tracking branch 'upstream/master' into update-russian-translations-llm
2 parents bb6ee78 + 3d70b26 commit be21978

42 files changed

Lines changed: 65 additions & 7939 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- mkdocs.no-insiders.yml
4141
- .github/workflows/build-docs.yml
4242
- .github/workflows/deploy-docs.yml
43+
- scripts/mkdocs_hooks.py
4344
langs:
4445
needs:
4546
- changes

.github/workflows/deploy-docs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
4646
RUN_ID: ${{ github.run_id }}
47+
STATE: "pending"
4748
- name: Clean site
4849
run: |
4950
rm -rf ./site
@@ -67,11 +68,19 @@ jobs:
6768
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6869
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6970
command: pages deploy ./site --project-name=${{ env.PROJECT_NAME }} --branch=${{ env.BRANCH }}
71+
- name: Deploy Docs Status Error
72+
if: failure()
73+
run: python ./scripts/deploy_docs_status.py
74+
env:
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76+
COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
77+
RUN_ID: ${{ github.run_id }}
78+
STATE: "error"
7079
- name: Comment Deploy
7180
run: python ./scripts/deploy_docs_status.py
7281
env:
7382
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7483
DEPLOY_URL: ${{ steps.deploy.outputs.deployment-url }}
7584
COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
7685
RUN_ID: ${{ github.run_id }}
77-
IS_DONE: "true"
86+
STATE: "success"

docs/az/docs/index.md

Lines changed: 0 additions & 467 deletions
This file was deleted.

docs/az/docs/learn/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/az/mkdocs.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/bn/docs/about/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/bn/docs/environment-variables.md

Lines changed: 0 additions & 298 deletions
This file was deleted.

docs/bn/docs/index.md

Lines changed: 0 additions & 466 deletions
This file was deleted.

docs/bn/docs/learn/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/bn/docs/python-types.md

Lines changed: 0 additions & 586 deletions
This file was deleted.

0 commit comments

Comments
 (0)