diff --git a/.circleci/config.yml b/.circleci/config.yml index 37bbc4402..e1b7dabe7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,9 +19,10 @@ commands: - checkout - setup_remote_docker # - run: npm ci - - run: make docker-images - - run: make docker-run - - run: make docker-copy-assets + - run: docker build -t sphinx_rtd_theme:latest . + - run: docker run --cidfile=.container_id --mount type=bind,source="$(pwd)/src",target=/project/src,readonly sphinx_rtd_theme:latest + - run: docker cp "$(cat .container_id):/project/sphinx_rtd_theme" . + - run: docker cp "$(cat .container_id):/project/package-lock.json" . - run: name: Ensure built assets are up to date command: |