Skip to content

Commit

Permalink
Use git directly to clone tessdata rather than action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhorvay committed May 28, 2023
1 parent fc2e498 commit 60fa8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
packages: tesseract-ocr libtesseract-dev
version: 1.0

- name: Run shell commands
run: |
git clone https://github.com/tesseract-ocr/tessdata_fast.git ~/.local/share/tesseract-ocr/4.00/tessdata_fast
- name: Run shell commands
run: |
git clone https://github.com/tesseract-ocr/tessdata_fast.git ~/.local/share/tesseract-ocr/4.00/tessdata_fast
# Install dependencies
- name: Set up Python 3.10
Expand Down

0 comments on commit 60fa8e2

Please sign in to comment.