Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 701af67

Browse filesBrowse files
authored
Merge pull request #23792 from meeseeksmachine/auto-backport-of-pr-23781-on-v3.6.x
Backport PR #23781 on branch v3.6.x (ci: Add plot types to sphinx-gallery artifacts)
2 parents 4e31967 + f1c2940 commit 701af67
Copy full SHA for 701af67

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,12 @@ commands:
153153
steps:
154154
- run:
155155
name: Bundle sphinx-gallery documentation artifacts
156-
command: tar cf doc/build/sphinx-gallery-files.tar.gz doc/api/_as_gen doc/gallery doc/tutorials
156+
command: >
157+
tar cf doc/build/sphinx-gallery-files.tar.gz
158+
doc/api/_as_gen
159+
doc/gallery
160+
doc/plot_types
161+
doc/tutorials
157162
when: always
158163
- store_artifacts:
159164
path: doc/build/sphinx-gallery-files.tar.gz

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.