Skip to content
Snippets Groups Projects
Commit 1204df69 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data] Fix docs.yaml by removing pypi build phase and adding verbosity to docs building

parent 2308e07b
No related branches found
No related tags found
1 merge request!59Created the CLI command 'bdt ci docs' to replace the before_build.sh
......@@ -13,7 +13,6 @@ variables:
stages:
- build
- deploy
- pypi
# Build targets
......@@ -24,7 +23,7 @@ stages:
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- bdt ci docs requirements.txt
- bdt ci docs -vv requirements.txt
- bdt ci clean -vv
cache: &build_caches
paths:
......@@ -130,4 +129,3 @@ deploy_stable:
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
except:
- branches
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