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 dbc48ad commit f852b6a
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
@@ -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/html
- cp --recursive ./docs/_build/html $READTHEDOCS_OUTPUT
# jobs:
# pre_create_environment:
# # Select Python version (keep in sync with other versions):

0 comments on commit f852b6a

Please sign in to comment.