File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 2727 - name : Download binaries
2828 run : |
2929 mkdir -p ./bin
30- cd bin
31- wget ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/feishu2md
32- wget ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/jq
33- wget ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/ossutil
34- cd ..
30+ wget -P ./bin ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/feishu2md
31+ wget -P ./bin ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/jq
32+ wget -P ./bin ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/ossutil
3533
3634 # Step 3: 给 feishu2md、jq、ossutil 可执行权限
3735 - name : Make feishu2md and jq and ossutil executable
Original file line number Diff line number Diff line change @@ -24,14 +24,10 @@ jobs:
2424 - name : Download binaries and fonts
2525 run : |
2626 mkdir -p ./bin
27- cd bin
28- wget ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/pandoc.deb
29- cd ..
3027 mkdir -p ./fonts
31- cd fonts
32- wget ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/fonts/wen_quan_yi_micro_hei_mono_regular.ttf
33- wget ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/fonts/wen_quan_yi_micro_hei_regular.ttf
34- cd ..
28+ wget -P ./bin ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/bin/pandoc.deb
29+ wget -P ./fonts ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/fonts/wen_quan_yi_micro_hei_mono_regular.ttf
30+ wget -P ./fonts ${{ secrets.MERICO_DOCS_ASSETS_ALIYUN_OSS_PATH }}/fonts/wen_quan_yi_micro_hei_regular.ttf
3531
3632 # Step 3: 安装 pandoc
3733 - name : Install pandoc
You can’t perform that action at this time.
0 commit comments