Skip to content

Commit b5f7030

Browse files
taylorarndtCopilot
andcommitted
debug: test epub3-to-pef without --output-file-format to isolate issue
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3bfa27f commit b5f7030

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-epub.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
pipeline2/daisy-pipeline/cli/dp2 epub3-to-pef \
6363
--source "$(pwd)/epub/git-going-with-github.epub" \
6464
--data /tmp/tts-config.xml \
65-
--output "$(pwd)/epub/brf/" \
66-
--output-file-format "(-daisy-locale: en-US)" || echo "BRF conversion failed - check dp2 logs above"
65+
--output "$(pwd)/epub/brf/" || echo "BRF conversion failed - check dp2 logs above"
6766
ls epub/brf/ || echo "No BRF output produced"
6867
6968
- name: Upload EPUB artifact

0 commit comments

Comments
 (0)