File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : 10
2020
21- - name : Use crowdin
22- run : |
23- wget -c https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb
24- sudo dpkg -i crowdin.deb
25-
2621 - name : Get yarn cache
2722 id : yarn-cache
2823 run : echo "::set-output name=dir::$(yarn cache dir)"
@@ -38,13 +33,18 @@ jobs:
3833 run : |
3934 yarn --frozen-lockfile
4035
41- - name : Sync with crowdin
42- env :
43- CROWDIN_DOCUSAURUS_PROJECT_ID : react-navigation
44- CROWDIN_DOCUSAURUS_API_KEY : ${{ secrets.CROWDIN_DOCUSAURUS_API_KEY }}
45- run : |
46- yarn crowdin-upload
47- yarn crowdin-download
36+ # - name: Use crowdin
37+ # run: |
38+ # wget -c https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb
39+ # sudo dpkg -i crowdin.deb
40+
41+ # - name: Sync with crowdin
42+ # env:
43+ # CROWDIN_DOCUSAURUS_PROJECT_ID: react-navigation
44+ # CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.CROWDIN_DOCUSAURUS_API_KEY }}
45+ # run: |
46+ # yarn crowdin-upload
47+ # yarn crowdin-download
4848
4949 - name : Publish to Github pages
5050 env :
You can’t perform that action at this time.
0 commit comments