Store Docs Artifacts (#133)

* Store artifacts in docs CI

* Force `pytest` import above all else
This commit is contained in:
Stuart Reed
2024-05-02 16:36:41 -06:00
committed by GitHub
parent ae8113250e
commit ea09f5ff5c
2 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,8 @@ docs: &docs
- run:
name: run tox
command: python -m tox run -r
- store_artifacts:
path: /home/circleci/repo/docs/_build
- save_cache:
paths:
- .tox