We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5049c commit aef59c2Copy full SHA for aef59c2
.circleci/config.yml
@@ -13,6 +13,7 @@ jobs:
13
echo "export DISPLAY=:99" >> $BASH_ENV;
14
echo "export OPENBLAS_NUM_THREADS=4" >> $BASH_ENV;
15
echo "export PATH=~/.local/bin:$PATH" >> $BASH_ENV;
16
+ echo "export PATTERN=\"^\(\(?\!plot_fmri_activation_volume\|plot_resting_correlations\|rotate_animation\|save_movie\|save_views\).\)*\$\"" >> $BASH_ENV;
17
- run:
18
name: Merge with upstream
19
command: |
@@ -81,7 +82,8 @@ jobs:
81
82
name: Build docs
83
84
cd doc
- PATTERN="^\(\(?\!plot_fmri_activation_volume\|plot_resting_correlations\|rotate_animation\|save_movie\|save_views\).\)*\$" make html_dev-pattern
85
+ echo $PATTERN
86
+ make html_dev-pattern
87
88
- store_artifacts:
89
path: doc/_build/html/
0 commit comments