Skip to content

Commit

Permalink
Avoid storing sphinx-gallery files as a Circle artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Feb 20, 2018
1 parent 0030fc1 commit 473244e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@ doc-run: &doc-build
make html
working_directory: docs

doc-bundle-run: &doc-bundle
name: Bundle sphinx-gallery documentation artifacts
command: |
tar cf docs/build/sphinx-gallery-files.tar.gz \
docs/source/api \
docs/source/cartopy_outline.rst \
docs/source/gallery
when: always


##########################################
# Here is where the real jobs are defined.
Expand All @@ -92,10 +83,6 @@ jobs:

- run: *doc-build

- run: *doc-bundle
- store_artifacts:
path: docs/build/sphinx-gallery-files.tar.gz

- store_artifacts:
path: docs/build/html

Expand All @@ -119,10 +106,6 @@ jobs:

- run: *doc-build

- run: *doc-bundle
- store_artifacts:
path: docs/build/sphinx-gallery-files.tar.gz

- store_artifacts:
path: docs/build/html

Expand Down

0 comments on commit 473244e

Please sign in to comment.