Skip to content
Snippets Groups Projects
Commit c589255a authored by Udai Singh's avatar Udai Singh
Browse files

updated ci/cd

parent 3f901c76
No related branches found
No related tags found
No related merge requests found
Pipeline #133980 failed
......@@ -7,9 +7,12 @@ build-docs:
stage: build
image: python
before_script:
- pip install tox
- pip install -e .
script:
- tox -e .
artifacs:
- docs
build-job: # This job runs in the build stage, which runs first.
stage: deploy
image:
......@@ -20,4 +23,11 @@ build-job: # This job runs in the build stage, which runs first.
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
pages:
stage: deploy
image: python
script:
- mv docs/_build/html public
artifacts:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment