We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f10e8a commit 163032bCopy full SHA for 163032b
.circleci/config.yml
@@ -408,10 +408,16 @@ jobs:
408
rm -rf .git
409
cd ../..
410
fi
411
+ tar -czf api_docs_html.tgz _build/html
412
413
- store_artifacts:
414
path: doc/build
415
destination: doc/build
416
+
417
+ - store_artifacts:
418
+ path: doc/apidoc/api_docs_html.tgz
419
+ destination: doc/apidoc
420
421
workflows:
422
code_formatting:
423
jobs:
0 commit comments