You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Add untracked generated documentation files when publishing
If generating the documentation creates files that do not already exist
on the `gh-pages` branch, the current GitHub Action to generate
documentation will not add them. Instead, it will only update existing
files. This may happen when a new component is added, or when the
Doxygen version differs from prior runs. This bit us on our first run
of the documentation-generation GitHub Action, because the version that
GitHub Actions uses is different than the version that built our
original documentation.
This patch explicitly adds all files generated under the
`docs/docs/apidocs/cpp_apidocs` directory, including both untracked
files and tracked, modified files.
Signed-off-by: Patrick M. Niedzielski <[email protected]>
0 commit comments