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 f852b6a commit c658490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ 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
- mkdir --parents $READTHEDOCS_OUTPUT/html/
- 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 c658490

Please sign in to comment.