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 @@ -93,6 +93,8 @@ commands:
93
93
name : Bundle sphinx-gallery documentation artifacts
94
94
command : tar cf doc/build/sphinx-gallery-files.tar.gz doc/api/_as_gen doc/gallery doc/tutorials
95
95
when : always
96
+ - store_artifacts :
97
+ path : doc/build/sphinx-gallery-files.tar.gz
96
98
97
99
98
100
# #########################################
@@ -116,8 +118,6 @@ jobs:
116
118
- doc-build
117
119
118
120
- doc-bundle
119
- - store_artifacts :
120
- path : doc/build/sphinx-gallery-files.tar.gz
121
121
122
122
- store_artifacts :
123
123
path : doc/build/html
@@ -138,8 +138,6 @@ jobs:
138
138
- doc-build
139
139
140
140
- doc-bundle
141
- - store_artifacts :
142
- path : doc/build/sphinx-gallery-files.tar.gz
143
141
144
142
- store_artifacts :
145
143
path : doc/build/html
@@ -160,8 +158,6 @@ jobs:
160
158
- doc-build
161
159
162
160
- doc-bundle
163
- - store_artifacts :
164
- path : doc/build/sphinx-gallery-files.tar.gz
165
161
166
162
- store_artifacts :
167
163
path : doc/build/html
You can’t perform that action at this time.
0 commit comments