Skip to content

Commit 1cb7389

Browse files
committed
Delete build HTML sources to save on artefact upload time
1 parent 487f9f9 commit 1cb7389

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 -rv build/html/_sources
7981
working_directory: doc
8082

8183
doc-bundle-run: &doc-bundle

0 commit comments

Comments
 (0)