Skip to content

Commit 4f27e9e

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,12 +428,15 @@ jobs:
428428
cd ../..
429429
fi
430430
431+
- run:
432+
name: tar apidoc artifact
433+
command: tar -czf doc/apidoc/apidoc.tgz -C doc/apidoc/_build html
431434
- store_artifacts:
432435
path: doc/build/html
433436
destination: doc-html
434437
- store_artifacts:
435-
path: doc/apidoc/_build/html
436-
destination: apidoc
438+
path: doc/apidoc/apidoc.tgz
439+
destination: apidoc.tgz
437440

438441
workflows:
439442
code_formatting:

0 commit comments

Comments
 (0)