Steady-state workflow

The steady state workflow is simple and it resembles the one used for static-site generators:

  1. User saves their changes

  2. The editor commits the changes in the Git repository

  3. A git hook is called to trigger a job on the build server

  4. PDF and other reports are generated

  5. Artifacts are uploaded to the Web Server and ready to be used.