Skip to content

Commit a54f172

Browse files
committed
Adjusted readthedocs config.
1 parent 1d4372c commit a54f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ build:
4747
- POETRY=/home/docs/.local/bin/poetry make docs-epub
4848
- ls -l ./docs/_build/epub/*
4949
- mkdir -p $READTHEDOCS_OUTPUT/epub/
50-
- cp --recursive ./docs/_build/epub/* $READTHEDOCS_OUTPUT/epub/
50+
- cp ./docs/_build/epub/eventsourcing.epub $READTHEDOCS_OUTPUT/epub/
5151
# htmlzip:
5252
# - echo "Override default build command for htmlzip format"
5353
# - mkdir -p $READTHEDOCS_OUTPUT/htmlzip/

0 commit comments

Comments
 (0)