Fix incorrect path in cp

pull/253/head
Patrick Robertson 2025-03-16 10:33:52 +00:00
rodzic 92c79ed994
commit f13349bacf
2 zmienionych plików z 205 dodań i 48495 usunięć

Wyświetl plik

@ -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:

File diff suppressed because one or more lines are too long