grim/convey

Create a zip file for the docs

10 months ago, Gary Kramlich
c6695a974177
Create a zip file for the docs

Also renamed `convey-docs.yml` as it was getting deleted by the convey clean plan previously.

Testing Done:
Ran locally and verified the zip file was structured correctly.

Reviewed at https://reviews.imfreedom.org/r/2469/
# Convey
[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/CONVEY?u=1)
Convey is a pipeline for running containers and protecting the host as much as
possible. It accomplishes this goal by creating a volume and making it
available to each item in the pipeline.
## Documentation
Full documentation is available at
[docs.imfreedom.org/convey](https://docs.imfreedom.org/convey/).
## License
GPLv3+
## Status
This project has been used for awhile in production environment, but every
environment is different. So, if you find issues, or are looking for ways to
help, please check out our
[issue tracker](https://issues.imfreedom.org/issues/CONVEY?u=1).
## Building
```
$ go build
```