Skip to content

Commit b101c1c

Browse files
taylorarndtCopilot
andcommitted
fix: use --data (not --source) as input flag for epub3-to-pef
epub3-to-pef uses --data for input, not --source like epub3-to-daisy202. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ecaad6d commit b101c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-epub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
mkdir -p epub/brf
6060
pipeline2/daisy-pipeline/cli/dp2 epub3-to-pef \
61-
--source "$(pwd)/epub/git-going-with-github.epub" \
61+
--data "$(pwd)/epub/git-going-with-github.epub" \
6262
--output "$(pwd)/epub/brf/" \
6363
--output-file-format "(-daisy-locale: en-US)" || echo "BRF conversion failed - check dp2 logs above"
6464
ls epub/brf/ || echo "No BRF output produced"

0 commit comments

Comments
 (0)