<!-- File a GitHub issue only for bugs or feature requests related to the code **in this repository**. For other topics you can get more information in the README file. --> ### Observed Results: We must change the workflow to publish the documentation on the project site <!-- This could be a description, error output, steps to reproduce, a feature missed, etc. --> ### Expected behavior: The documentation and code coverage must be created for the following branches * master * develop * support/(version number) -> according to the version supported The structure of the folders is as it follows ``` development/ |---- code-documentation/ | |---- develop/ | |---- master/ | |---- support/ | |--- 2.0.0/ | |--- 3.0.0/ |---- coverage/ | |---- develop/ | |---- master/ | |---- support/ | |--- 2.0.0/ | |--- 3.0.0/ |---- test-report/ |---- develop/ |---- master/ |---- support/ |--- 2.0.0/ |--- 3.0.0/ ``` <!-- What did you expect to happen? --> Ref. [#678](https://git.io/fAO2h)
Observed Results:
We must change the workflow to publish the documentation on the project site
Expected behavior:
The documentation and code coverage must be created for the following branches
The structure of the folders is as it follows
Ref. #678