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 18
18
with :
19
19
node-version : 10
20
20
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
-
26
21
- name : Get yarn cache
27
22
id : yarn-cache
28
23
run : echo "::set-output name=dir::$(yarn cache dir)"
@@ -38,13 +33,18 @@ jobs:
38
33
run : |
39
34
yarn --frozen-lockfile
40
35
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
48
48
49
49
- name : Publish to Github pages
50
50
env :
You can’t perform that action at this time.
0 commit comments