Skip to content

Commit f919ad6

Browse files
committed
Add artifacts to doc build
1 parent 23de6a2 commit f919ad6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ commands:
103103
cd doc
104104
echo ${mapbox_token} > python/.mapbox_token
105105
make -kj8
106+
- store_artifacts:
107+
path: doc/build
108+
destination: doc/build
106109

107110
jobs:
108111
check-code-formatting:

0 commit comments

Comments
 (0)