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 4f27e9e commit 58b46abCopy full SHA for 58b46ab
1 file changed
.circleci/config.yml
@@ -432,8 +432,8 @@ jobs:
432
name: tar apidoc artifact
433
command: tar -czf doc/apidoc/apidoc.tgz -C doc/apidoc/_build html
434
- store_artifacts:
435
- path: doc/build/html
436
- destination: doc-html
+ path: doc/build/html.tgz
+ destination: doc-html.tgz
437
438
path: doc/apidoc/apidoc.tgz
439
destination: apidoc.tgz
0 commit comments