Skip to content

Commit 1a4d691

Browse files
committed
Remove -r flag
1 parent 1cb7389 commit 1a4d691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ doc-run: &doc-build
7777
name: Build documentation
7878
command: |
7979
make html O=-T
80-
rm -rv build/html/_sources
80+
rm -r build/html/_sources
8181
working_directory: doc
8282

8383
doc-bundle-run: &doc-bundle

0 commit comments

Comments
 (0)