Skip to content

Commit

Permalink
Adjust 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 06b5243 commit dbc48ad
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 @@ -27,7 +27,7 @@ build:
- POETRY=/home/docs/.local/bin/poetry make install
- POETRY=/home/docs/.local/bin/poetry make docs
- ls -l ./docs/_build/html/*
- cp --recursive docs/_build/html $READTHEDOCS_OUTPUT
- cp --recursive docs/_build/html $READTHEDOCS_OUTPUT/html
# jobs:
# pre_create_environment:
# # Select Python version (keep in sync with other versions):
Expand Down

0 comments on commit dbc48ad

Please sign in to comment.