truong-xuan-linh commited on
Commit
da24cb7
1 Parent(s): b51a13a
Files changed (1) hide show
  1. .github/workflows/main.yml +4 -1
.github/workflows/main.yml CHANGED
@@ -17,4 +17,7 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push --force https://truong-xuan-linh:$HF_TOKEN@huggingface.co/spaces/truong-xuan-linh/vietnamese-ocr main
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: |
21
+ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
22
+ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
23
+ git push --force https://truong-xuan-linh:$HF_TOKEN@huggingface.co/spaces/truong-xuan-linh/vietnamese-ocr main