Skip to content

Commit

Permalink
chore: 删除 makeCategory 二进制
Browse files Browse the repository at this point in the history
该程序是 CI 流程中构建的,无需存放在仓库内
  • Loading branch information
MingcongBai committed Sep 21, 2024
1 parent afdc76e commit d7edd58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
IP: ${{ secrets.IP }}
run: |
mkdir -p ~/.ssh/
echo "$KEY" > ~/.ssh/id_rsa
echo "$KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan $IP >> ~/.ssh/known_hosts
- name: Install deps
Expand Down
Binary file removed public/makeCategory
Binary file not shown.

0 comments on commit d7edd58

Please sign in to comment.