Skip to content

Commit

Permalink
Add archive step to speed up the job
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovalex committed Aug 10, 2023
1 parent 926c729 commit a6f5230
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 @@ -705,8 +705,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 a6f5230

Please sign in to comment.