mirror of
https://github.com/santinic/audiblez.git
synced 2025-09-18 21:40:39 +00:00
fix
This commit is contained in:
parent
292d3fa755
commit
358195be08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/git-clone-and-run.yml
vendored
2
.github/workflows/git-clone-and-run.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install .
|
||||
- name: check it runs as script
|
||||
run: poetry run audiblez --help
|
||||
run: audiblez --help
|
||||
- name: download test epub on windows using powershell
|
||||
run: Invoke-WebRequest -Uri https://github.com/daisy/epub-accessibility-tests/releases/download/fundamental-2.0/Fundamental-Accessibility-Tests-Basic-Functionality-v2.0.0.epub
|
||||
- name: create audiobook
|
||||
|
|
Loading…
Add table
Reference in a new issue