Skip to content

Commit 22efae6

Browse files
authored
Merge pull request matplotlib#14629 from dstansby/circle-ci-delete-sources
Delete HTML build sources to save on artefact upload time
2 parents 44728f1 + 1a4d691 commit 22efae6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ mpl-run: &mpl-install
7575

7676
doc-run: &doc-build
7777
name: Build documentation
78-
command: make html O=-T
78+
command: |
79+
make html O=-T
80+
rm -r build/html/_sources
7981
working_directory: doc
8082

8183
doc-bundle-run: &doc-bundle

0 commit comments

Comments
 (0)