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