Problem
As per the issue raised in #1103, out doc-deploy actions must:
- Ensure that the deploy branch is an orphan branch
- Avoid having a unique commit in this branch
Previous issues introduce race conditions, large commit sizes, and long build times.
Furthermore, having multiple commits would allow us to roll-back a documentation in case we lost some data.
Problem
As per the issue raised in #1103, out
doc-deployactions must:Previous issues introduce race conditions, large commit sizes, and long build times.
Furthermore, having multiple commits would allow us to roll-back a documentation in case we lost some data.