Once the documentation has been generated, it could be useful to compress it for backup or faster transfer purposes. To achieve this, the zip program can be run using the "Run program" build action:
Action property |
Value |
Description |
File path |
zip |
Run the zip compression command |
Arguments |
-r backup.zip * |
Recursive compression of all files in the current directory to the backup.zip archive |