Skip to content

Commit

Permalink
add pdf documents recognize
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWei-KUMO committed Sep 29, 2024
1 parent d6184da commit 47c4e4e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
source: "./"
target: "/home/ubuntu/wechat-bot-demo"
target: "/home/ubuntu/tubex-wechatbot"
- name: 安装依赖并启动机器人
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
script: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
curl -o- https://gitee.com/RubyMetric/nvm-cn/raw/main/install.sh | bash
cd /home/ubuntu/.nvm
source ./nvm.sh
cd /home/ubuntu/wechat-bot-demo
npm install -g yarn
npm install cnpm -g --registry=https://registry.npmmirror.com
cd /home/ubuntu/tubex-wechatbot
yarn

0 comments on commit 47c4e4e

Please sign in to comment.