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: ...@@ -13,7 +13,6 @@ variables:
stages: stages:
- build - build
- deploy - deploy
- pypi
# Build targets # Build targets
...@@ -24,7 +23,7 @@ stages: ...@@ -24,7 +23,7 @@ stages:
- python3 bootstrap.py -vv channel base - python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
- bdt ci docs requirements.txt - bdt ci docs -vv requirements.txt
- bdt ci clean -vv - bdt ci clean -vv
cache: &build_caches cache: &build_caches
paths: paths:
...@@ -130,4 +129,3 @@ deploy_stable: ...@@ -130,4 +129,3 @@ deploy_stable:
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
except: except:
- branches - 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