feat(homepage): add new sections to homepage

This commit is contained in:
Amruth Pillai
2023-11-13 17:03:41 +01:00
parent 4b1e33db80
commit d18b258761
79 changed files with 3096 additions and 313 deletions
+3 -4
View File
@@ -14,14 +14,13 @@ jobs:
uses: actions/checkout@v4.1.1
- name: Sync Sources with Crowdin
uses: crowdin/github-action@v1
uses: crowdin/github-action@v1.14.1
with:
upload_sources: true
create_pull_request: false
upload_translations: false
upload_translations: true
download_translations: false
env:
GITHUB_TOKEN: ${{ github.token }}
CROWDIN_PROJECT_ID: "503410"
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
CROWDIN_ACCESS_TOKEN: ${{ secrets.CROWDIN_TOKEN }}