Skip to content

Commit 5365e55

Browse files
committed
add sphinx apidoc to circleci artifacts
1 parent 902a98e commit 5365e55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,9 @@ jobs:
484484
- store_artifacts:
485485
path: doc/build
486486
destination: doc/build
487+
- store_artifacts:
488+
path: doc/apidoc/_build/html
489+
destination: doc/apidoc/_build/html
487490

488491
workflows:
489492
version: 2

0 commit comments

Comments
 (0)