Edit online

Publishing Content From Git

Read time: 1 minute(s)
There are two main ways to publish:
  • Publish on the client side using the local Git repository and then manually upload the published content to a web server.
  • Publish by connecting an integration server to the Git project. For example, for publishing DITA XML content to PDF, you can create a Jenkins or Travis job or run it from a command line. For each version branch, a separate server-side job could be created to run when the content is modified on that branch.