Also build auto-archiver

This commit is contained in:
Patrick Robertson
2025-02-27 21:42:21 +00:00
parent 3eb4ab41b8
commit 54a2a19dd7
2 changed files with 15 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ build:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
# generate the config editor page. Schema then HTML
- poetry run python scripts/generate_settings_schema.py
- 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 && cp dist/index.html ../../docs/source/installation/settings_base.html && cd ../..