Skip to content

Commit

Permalink
Adjusted cp command in .readthedocs.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 7, 2024
1 parent 6214eee commit d238c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build:
- POETRY=/home/docs/.local/bin/poetry make install-poetry
- POETRY=/home/docs/.local/bin/poetry make install
- POETRY=/home/docs/.local/bin/poetry make docs
- cp --recursive docs/_build/html/* $READTHEDOCS_OUTPUT/html/
- cp --recursive docs/_build/html $READTHEDOCS_OUTPUT
# jobs:
# pre_create_environment:
# # Select Python version (keep in sync with other versions):
Expand Down

0 comments on commit d238c8b

Please sign in to comment.