File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ doc-run: &doc-build
70
70
command : python make.py html
71
71
working_directory : doc
72
72
73
+ doc-bundle-run : &doc-bundle
74
+ name : Bundle sphinx-gallery documentation artifacts
75
+ command : tar cf doc/build/sphinx-gallery-files.tar.gz doc/api/_as_gen doc/gallery doc/tutorials
76
+ when : always
77
+
73
78
74
79
# #########################################
75
80
# Here is where the real jobs are defined.
91
96
92
97
- run : *doc-build
93
98
99
+ - run : *doc-bundle
100
+ - store_artifacts :
101
+ path : doc/build/sphinx-gallery-files.tar.gz
102
+
94
103
- store_artifacts :
95
104
path : doc/build/html
96
105
@@ -132,6 +141,10 @@ jobs:
132
141
command : ~/.local/bin/linkchecker build/html/index.html
133
142
working_directory : doc
134
143
144
+ - run : *doc-bundle
145
+ - store_artifacts :
146
+ path : doc/build/sphinx-gallery-files.tar.gz
147
+
135
148
- store_artifacts :
136
149
path : doc/build/html
137
150
You can’t perform that action at this time.
0 commit comments