Skip to content

Commit 163032b

Browse files
committed
capture generated files
1 parent 8f10e8a commit 163032b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,16 @@ jobs:
408408
rm -rf .git
409409
cd ../..
410410
fi
411+
tar -czf api_docs_html.tgz _build/html
411412
412413
- store_artifacts:
413414
path: doc/build
414415
destination: doc/build
416+
417+
- store_artifacts:
418+
path: doc/apidoc/api_docs_html.tgz
419+
destination: doc/apidoc
420+
415421
workflows:
416422
code_formatting:
417423
jobs:

0 commit comments

Comments
 (0)