Skip to content

Commit 01768e4

Browse files
committed
duh, need to make the dir
1 parent 9fa6d3f commit 01768e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ build:
2626
- pixi run -e docs build-docs
2727
- pixi run -e docs build-pdf
2828
- mkdir -p $READTHEDOCS_OUTPUT/html/
29+
- mkdir -p $READTHEDOCS_OUTPUT/pdf/
2930
- cp -r docs/_build/html/** $READTHEDOCS_OUTPUT/html/
30-
- cp -r docs/_build/latex/** $READTHEDOCS_OUTPUT/latex/
31+
- cp -r docs/_build/latex/** $READTHEDOCS_OUTPUT/pdf/
3132

3233
sphinx:
3334
configuration: docs/conf.py

0 commit comments

Comments
 (0)