File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 - name : Download binaries
2828 run : |
2929 mkdir -p ./bin
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
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
3333
3434 # Step 3: 给 feishu2md、jq、ossutil 可执行权限
3535 - name : Make feishu2md and jq and ossutil executable
Original file line number Diff line number Diff line change 2525 run : |
2626 mkdir -p ./bin
2727 mkdir -p ./fonts
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
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
3131
3232 # Step 3: 安装 pandoc
3333 - name : Install pandoc
You can’t perform that action at this time.
0 commit comments