Skip to content

Commit

Permalink
Add archive step to speed up the job (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovalex authored Aug 10, 2023
1 parent d1f4182 commit 014748d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,11 @@ jobs:
cp -a "$OUTPUT" /tmp/generated-docs
- *save-cache-podmaster
- *save-cache-gems
- run:
name: Compress Docs
command: tar -cvzf /tmp/docs.tar /tmp/generated-docs
- store_artifacts:
path: /tmp/generated-docs
path: /tmp/docs.tar
destination: docs
- when:
condition: << pipeline.git.tag >>
Expand Down

0 comments on commit 014748d

Please sign in to comment.