ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Fix AsciiDoc generation in Travis CI build #1892

Closed mattbanderson closed 4 years ago

mattbanderson commented 4 years ago

1891 - CI build process ignores AsciiDoc output

Checklist

Affected app(s)

Documentation

Description of change

Move contents of .gitignore in walkthrough directory to repo-level .gitignore to fix inadvertent exclusion of AsciiDoc output from published documentation.

mattbanderson commented 4 years ago

Reasoning my way through the CI build scripts, I think removing the .gitignore file from the walkthrough directory will solve the issue.

I moved the contents to the .gitignore in the repo root, so output will still be excluded from inadvertently being committed when developing locally.

Since only files under scale/docs and web_docs get copied into the staging directory and pushed to the gh-pages branch, I think this solves the issue, as the .gitignore at the repo root will not get copied.