Skip to content

Commit 58b46ab

Browse files
committed
Update config.yml
1 parent 4f27e9e commit 58b46ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ jobs:
432432
name: tar apidoc artifact
433433
command: tar -czf doc/apidoc/apidoc.tgz -C doc/apidoc/_build html
434434
- store_artifacts:
435-
path: doc/build/html
436-
destination: doc-html
435+
path: doc/build/html.tgz
436+
destination: doc-html.tgz
437437
- store_artifacts:
438438
path: doc/apidoc/apidoc.tgz
439439
destination: apidoc.tgz

0 commit comments

Comments
 (0)