Closed mattbanderson closed 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.
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.