Fix incorrect path in cp

This commit is contained in:
Patrick Robertson
2025-03-16 10:33:52 +00:00
parent 92c79ed994
commit f13349bacf
2 changed files with 205 additions and 48495 deletions

View File

@@ -21,7 +21,7 @@ build:
# generate the config editor page. Schema then HTML
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run python scripts/generate_settings_schema.py
# install node dependencies and build the settings
- cd scripts/settings && npm install && npm run build && yes | cp dist/index.html ../../docs/source/installation/settings_base.html && cd ../..
- cd scripts/settings && npm install && npm run build && yes | cp -v dist/index.html ../../docs/source/installation/settings.html && cd ../..
sphinx: