File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ commands:
92
92
name : Bundle sphinx-gallery documentation artifacts
93
93
command : tar cf doc/build/sphinx-gallery-files.tar.gz doc/api/_as_gen doc/gallery doc/tutorials
94
94
when : always
95
+ - store_artifacts :
96
+ path : doc/build/sphinx-gallery-files.tar.gz
95
97
96
98
97
99
# #########################################
@@ -115,8 +117,6 @@ jobs:
115
117
- doc-build
116
118
117
119
- doc-bundle
118
- - store_artifacts :
119
- path : doc/build/sphinx-gallery-files.tar.gz
120
120
121
121
- store_artifacts :
122
122
path : doc/build/html
@@ -137,8 +137,6 @@ jobs:
137
137
- doc-build
138
138
139
139
- doc-bundle
140
- - store_artifacts :
141
- path : doc/build/sphinx-gallery-files.tar.gz
142
140
143
141
- store_artifacts :
144
142
path : doc/build/html
@@ -159,8 +157,6 @@ jobs:
159
157
- doc-build
160
158
161
159
- doc-bundle
162
- - store_artifacts :
163
- path : doc/build/sphinx-gallery-files.tar.gz
164
160
165
161
- store_artifacts :
166
162
path : doc/build/html
You can’t perform that action at this time.
0 commit comments