Description
The CI build process for Scale docs generates the documentation, adds the generated files, and commits them to the GitHub pages branch to update the published documentation. The output of the AsciiDoc document generation is not being added to the GitHub pages branch because it has a .gitignore file to exclude the contents of the output directory. This is intended to avoid committing the output directory when developing locally but is causing the documentation generated by the CI build to not get updated.
Reproduction Steps
Steps to reproduce the problem:
Start a Travis CI build
Go to the build output
At the end of the build output, observe that no files under the output directory are added
Expected behavior
Output generated by the AsciiDoc build should be added to the published documentation.
Description The CI build process for Scale docs generates the documentation, adds the generated files, and commits them to the GitHub pages branch to update the published documentation. The output of the AsciiDoc document generation is not being added to the GitHub pages branch because it has a
.gitignore
file to exclude the contents of the output directory. This is intended to avoid committing the output directory when developing locally but is causing the documentation generated by the CI build to not get updated.Reproduction Steps Steps to reproduce the problem:
output
directory are addedExpected behavior Output generated by the AsciiDoc build should be added to the published documentation.
Version and Environment Details