Skip to content

Commit

Permalink
优化更新 去掉启动器
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Dec 27, 2024
1 parent 7023236 commit fc36043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: push to ok-ww-update
run: |
python -m ok.update.push_repos --repos https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update --files deploy.txt
python -m ok.update.push_repos --repos https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
#
# - name: push to coding
# run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ numpy==1.26.4
# openvino
# rapidocr-openvino
# shapely
ok-script==0.0.418
ok-script==0.0.420
# via -r .\requirements.in
opencv-contrib-python==4.10.0.84
# via -r .\requirements.in
Expand Down

0 comments on commit fc36043

Please sign in to comment.